mirror of
https://github.com/jrasanen/writefreely-docker.git
synced 2025-05-08 15:16:03 +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:
|
||||
- 8080:8080
|
||||
depends_on:
|
||||
writefreely-db:
|
||||
condition: service_healthy
|
||||
- writefreely-db
|
||||
restart: unless-stopped
|
||||
|
||||
writefreely-db:
|
||||
|
@ -30,4 +29,4 @@ services:
|
|||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
start_period: 30s
|
||||
start_period: 10s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue