mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 08:55:08 +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:-}
|
REDIS_QUEUE: ${REDIS_QUEUE:-}
|
||||||
SOCKETIO_PORT: 9000
|
SOCKETIO_PORT: 9000
|
||||||
depends_on: {}
|
depends_on: {}
|
||||||
restart: no
|
restart: on-failure
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
<<: *backend_defaults
|
<<: *backend_defaults
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue