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
@ -21,7 +21,9 @@ services:
|
||||
frontend:
|
||||
build: frontend
|
||||
ports:
|
||||
- 80:80
|
||||
- 80:80
|
||||
depends_on:
|
||||
- backend
|
||||
backend:
|
||||
build: backend
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user