Make docker compose only work locally

This commit is contained in:
Schmop 2023-07-17 00:34:42 +02:00
parent 71b5e38d1a
commit e1b2040699

View File

@ -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