aff
This commit is contained in:
parent
8991b1ff8d
commit
a7c82b66f8
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue