mirror of https://github.com/akaunting/docker.git
Ensure DB starts before akaunting
This commit is contained in:
parent
edfc351e2a
commit
c798d37d9a
|
@ -15,6 +15,8 @@ services:
|
|||
- env/run.env
|
||||
environment:
|
||||
- AKAUNTING_SETUP
|
||||
depends_on:
|
||||
- akaunting-db
|
||||
|
||||
akaunting-db:
|
||||
image: mariadb
|
||||
|
|
Loading…
Reference in New Issue