mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +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}
|
||||
interval: 1s
|
||||
retries: 20
|
||||
restart: unless-stopped
|
||||
command:
|
||||
- --character-set-server=utf8mb4
|
||||
- --collation-server=utf8mb4_unicode_ci
|
||||
|
|
|
|||
Loading…
Reference in a new issue