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:
- 3001
ports:
- "127.0.0.1:3001:3001"
- "0.0.0.0:3001:3001"
web:
build: ./web/
expose:
- 3000
ports:
- "127.0.0.1:3000:3000"
- "0.0.0.0:3000:3000"
volumes:
db:
driver: local