mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 12:52:18 +08:00
14 lines
325 B
YAML
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.3.2
|
|
labels:
|
|
createdBy: "Apps"
|