version: "2" services: dev: build: ./docker restart: "no" volumes: - "${PWD}:/srv/vue/bday2020" ports: - 8000:8000 - 8080:8080