mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-26 10:43:35 +02:00
Fix default port mapping and indentation
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
parent
dc1bb13dce
commit
77c6920a83
20 changed files with 111 additions and 108 deletions
|
@ -1,12 +1,10 @@
|
|||
|
||||
version: "3.7"
|
||||
services:
|
||||
frontend:
|
||||
build: frontend
|
||||
ports:
|
||||
- 8080:80
|
||||
- 80:80
|
||||
depends_on:
|
||||
- backend
|
||||
- backend
|
||||
backend:
|
||||
build: backend
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue