appstore/apps/nginxwebui/4.2.3/docker-compose.yml
github-action update-app-version 142853b3b4 Update app version [skip ci]
2024-08-29 11:40: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.3
labels:
createdBy: "Apps"