fix: demo resources

This commit is contained in:
Jacky 2024-10-23 17:07:57 +08:00
parent a0c005f314
commit 7795740704
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
3 changed files with 7 additions and 7 deletions

View file

@ -5,7 +5,7 @@ services:
restart: always
networks:
- nginx-ui-network
entrypoint:
environment:
- NGINX_UI_NODE_DEMO=true
ports:
- "9003:80"
@ -13,7 +13,7 @@ services:
nginx-demo-2:
image: uozi/nginx-ui-demo:latest
restart: always
entrypoint:
environment:
- NGINX_UI_NODE_DEMO=true
networks:
- nginx-ui-network