.
This commit is contained in:
parent
f2e51988e0
commit
660edafc57
@ -18,10 +18,10 @@ services:
|
||||
env_file: "stack.env"
|
||||
image: mariadb:latest
|
||||
container_name: mariadb
|
||||
healthcheck:
|
||||
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
|
||||
timeout: 20s
|
||||
retries: 10
|
||||
#healthcheck:
|
||||
# test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
|
||||
# timeout: 20s
|
||||
# retries: 10
|
||||
ports:
|
||||
- 3306:3306
|
||||
volumes:
|
||||
@ -57,8 +57,9 @@ services:
|
||||
- private
|
||||
- reverse_proxy
|
||||
depends_on:
|
||||
mariadb:
|
||||
condition: service_healthy
|
||||
- mariadb
|
||||
#condition: service_healthy
|
||||
restart: on-failure
|
||||
|
||||
volumes:
|
||||
caddy_data:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user