We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 140a7bf + 0576567 commit e603155Copy full SHA for e603155
1 file changed
docker-compose.yml
@@ -56,8 +56,8 @@ services:
56
image: globocom/networkapi:latest
57
restart: always
58
ports:
59
- - "127.0.0.1:8000:8000"
60
- - "127.0.0.1:8001:8001"
+ - "8000:8000"
+ - "8001:8001"
61
env_file:
62
- scripts/docker/netapi.env
63
volumes:
0 commit comments