appstore/apps/nginxwebui/4.2.5/docker-compose.yml
github-action update-app-version c677117fd0 Update app version [skip ci]
2024-11-17 15:02:08 +00:00

14 lines
325 B
YAML

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.2.5
labels:
createdBy: "Apps"