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

10 lines
148 B
YAML

version: "3.7"
services:
frontend:
build: frontend
ports:
- 80:80
depends_on:
- backend
backend:
build: backend