1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2024-09-07 11:27:45 +00:00
parent 9639f28cdc
commit f6a87e3804
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
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.4
labels:
createdBy: "Apps"