# docker-compose.yml services: web: image: dannyben/madness volumes: ["./src:/docs"] ports: ["127.0.0.1:5821:3000"] command: server