appstore/apps/nginxwebui/4.0.8/docker-compose.yml
github-action update-app-version 8d69e59d37 Update app version [skip ci]
2024-05-08 10:51:52 +00:00

15 lines
338 B
YAML

version: '3'
services:
nginxwebui:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: host
volumes:
- ./data:/home/nginxWebUI
environment:
- "BOOT_OPTIONS=--server.port=${PANEL_APP_PORT_CONSOLE}"
privileged: true
image: cym1102/nginxwebui:4.0.8
labels:
createdBy: "Apps"