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
|
- env/run.env
|
||||||
environment:
|
environment:
|
||||||
- AKAUNTING_SETUP
|
- AKAUNTING_SETUP
|
||||||
|
depends_on:
|
||||||
|
- akaunting-db
|
||||||
|
|
||||||
akaunting-db:
|
akaunting-db:
|
||||||
image: mariadb
|
image: mariadb
|
||||||
|
|
Loading…
Reference in New Issue