Make docker not run on localhost

tweak-docker-port
Justin O'Boyle 2022-12-13 08:03:50 -05:00
parent 535715932d
commit 1cdfb3198e
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@ services:
expose: expose:
- 3001 - 3001
ports: ports:
- "127.0.0.1:3001:3001" - "0.0.0.0:3001:3001"
web: web:
build: ./web/ build: ./web/
expose: expose:
- 3000 - 3000
ports: ports:
- "127.0.0.1:3000:3000" - "0.0.0.0:3000:3000"
volumes: volumes:
db: db:
driver: local driver: local