mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 16:55:08 +00:00
Added restart policy
This commit is contained in:
parent
63ad0f9c57
commit
d37611f1df
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ services:
|
||||||
test: mysqladmin ping -h localhost --password=${DB_PASSWORD}
|
test: mysqladmin ping -h localhost --password=${DB_PASSWORD}
|
||||||
interval: 1s
|
interval: 1s
|
||||||
retries: 20
|
retries: 20
|
||||||
|
restart: unless-stopped
|
||||||
command:
|
command:
|
||||||
- --character-set-server=utf8mb4
|
- --character-set-server=utf8mb4
|
||||||
- --collation-server=utf8mb4_unicode_ci
|
- --collation-server=utf8mb4_unicode_ci
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue