1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-25 10:18:07 +02:00
awesome-compose/angular/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
150 B
YAML

version: "3.7"
services:
web:
build: angular
ports:
- 4200:4200
volumes:
- ./angular:/project
- /project/node_modules