Fix default port mapping and indentation
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
|
||||
version: "3.7"
|
||||
services:
|
||||
frontend:
|
||||
build: frontend
|
||||
ports:
|
||||
- 8080:80
|
||||
- 80:80
|
||||
depends_on:
|
||||
- backend
|
||||
- backend
|
||||
backend:
|
||||
build: backend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user