appstore/apps/nginxwebui/3.9.4/docker-compose.yml
github-action update-app-version 2b3bf1e540 Update app version [skip ci]
2024-03-14 03:25:48 +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:3.9.4
labels:
createdBy: "Apps"