Make docker compose only work locally
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user