This commit is contained in:
ditiqi 2025-02-25 08:52:14 +08:00
parent 8991b1ff8d
commit a7c82b66f8
1 changed files with 132 additions and 131 deletions

View File

@ -64,7 +64,7 @@ services:
# extra_hosts:
# - "host.docker.internal:host-gateway"
nginx:
image: nice-nginx:latest
image: nice-nginx:2.0
ports:
- "80:80"
volumes:
@ -79,6 +79,7 @@ services:
entrypoint: ["/docker-entrypoint.sh"]
extra_hosts:
- "host.docker.internal:host-gateway"
redis:
image: redis:latest
ports: