精简提交历史记录
This commit is contained in:
14
apps/nginxwebui/latest/docker-compose.yml
Normal file
14
apps/nginxwebui/latest/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
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:latest
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
Reference in New Issue
Block a user