Make docker not run on localhost (#31)
parent
535715932d
commit
7ac8bd7af8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue