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