Make docker compose only work locally
This commit is contained in:
parent
71b5e38d1a
commit
e1b2040699
|
|
@ -3,5 +3,5 @@ services:
|
||||||
web:
|
web:
|
||||||
image: dannyben/madness
|
image: dannyben/madness
|
||||||
volumes: ["./src:/docs"]
|
volumes: ["./src:/docs"]
|
||||||
ports: ["3333:3000"]
|
ports: ["127.0.0.1:3333:3000"]
|
||||||
command: server
|
command: server
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user