mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
Update configurator restart policy
This commit is contained in:
parent
bdcb905ba8
commit
63ad0f9c57
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ services:
|
|||
REDIS_QUEUE: ${REDIS_QUEUE:-}
|
||||
SOCKETIO_PORT: 9000
|
||||
depends_on: {}
|
||||
restart: no
|
||||
restart: on-failure
|
||||
|
||||
backend:
|
||||
<<: *backend_defaults
|
||||
|
|
|
|||
Loading…
Reference in a new issue