Allow localhost listen service on windows (Not possible to publish on the host machine yet)

This commit is contained in:
DomySh
2022-06-16 08:39:07 +02:00
parent 57a81feec8
commit 425a6c356a
2 changed files with 9 additions and 4 deletions

View File

@@ -39,7 +39,10 @@ services:
- {args.port}:{args.port}
environment:
- NGINX_PORT={args.port}
- LOCALHOST_IP=host.docker.internal
volumes:
- /execute/db
extra_hosts:
- host.docker.internal:host-gateway
""")
print("Done! You can start firegex with docker-compose up -d --build")