1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-25 18:28:07 +02:00
awesome-compose/vuejs/docker-compose.yaml
Anca Iordache 77c6920a83 Fix default port mapping and indentation
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2020-03-24 00:44:49 +01:00

9 lines
146 B
YAML

version: "3.7"
services:
web:
build: vuejs
ports:
- 8080:8080
volumes:
- ./vuejs:/project
- /project/node_modules