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