🐛(docker) update docker-compose.yml to make nginx depend on app-dev

Modified docker-compose.yml to ensure nginx starts only after app-dev.

Signed-off-by: lindenb1 <linden@b1-systems.de>
This commit is contained in:
lindenb1
2024-10-15 11:53:02 +02:00
committed by Anthony LC
parent 9ed6b11bb1
commit 7e8732822b
3 changed files with 3 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ and this project adheres to
- 🐛(frontend) invalidate queries after removing user #336
- 🐛(backend) Fix dysfunctional permissions on document create #329
- 🐛(backend) fix nginx docker container #340
## [1.5.1] - 2024-10-10