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