Skip to content

Commit e603155

Browse files
author
Laura
authored
Merge pull request #327 from marcusgc/master
remove localhost (127.0.0.1) from netapi_app container for remote access
2 parents 140a7bf + 0576567 commit e603155

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ services:
5656
image: globocom/networkapi:latest
5757
restart: always
5858
ports:
59-
- "127.0.0.1:8000:8000"
60-
- "127.0.0.1:8001:8001"
59+
- "8000:8000"
60+
- "8001:8001"
6161
env_file:
6262
- scripts/docker/netapi.env
6363
volumes:

0 commit comments

Comments
 (0)