mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
15 lines
338 B
YAML
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.7
|
|
labels:
|
|
createdBy: "Apps"
|