mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-20 07:48:06 +02:00
added missing depends_on, corrected indentation
...to match what is in compose file Signed-off-by: Charlie Arehart <charlie@carehart.org>
This commit is contained in:
parent
b3bff950ce
commit
529115a0e7
1 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,9 @@ services:
|
|||
frontend:
|
||||
build: frontend
|
||||
ports:
|
||||
- 80:80
|
||||
- 80:80
|
||||
depends_on:
|
||||
- backend
|
||||
backend:
|
||||
build: backend
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue