add
This commit is contained in:
parent
712202deef
commit
56d644b39d
|
@ -75,6 +75,7 @@ services:
|
||||||
- ./config/nginx/entrypoint.sh:/docker-entrypoint.sh
|
- ./config/nginx/entrypoint.sh:/docker-entrypoint.sh
|
||||||
environment:
|
environment:
|
||||||
- SERVER_IP=host.docker.internal
|
- SERVER_IP=host.docker.internal
|
||||||
|
- SERVER_PORT=3000
|
||||||
entrypoint: ["/docker-entrypoint.sh"]
|
entrypoint: ["/docker-entrypoint.sh"]
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
|
|
Loading…
Reference in New Issue