1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 23:51:03 +08:00
1Panel-Appstore/apps/nginxwebui/3.7.9/docker-compose.yml
github-action update-app-version 9601fdc648 Update app version [skip ci]
2023-11-23 13:10:50 +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.7.9
labels:
createdBy: "Apps"