mirror of
https://github.com/jrasanen/writefreely-docker.git
synced 2025-05-08 23:26:02 +03:00
do not wait for MariaDB
This commit is contained in:
parent
035a8535e6
commit
dd33b67a57
1 changed files with 2 additions and 3 deletions
|
@ -12,8 +12,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
depends_on:
|
depends_on:
|
||||||
writefreely-db:
|
- writefreely-db
|
||||||
condition: service_healthy
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
writefreely-db:
|
writefreely-db:
|
||||||
|
@ -30,4 +29,4 @@ services:
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 5
|
retries: 5
|
||||||
start_period: 30s
|
start_period: 10s
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue