From 8a2da034e33acd381311fcb164105a777351da4f Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 10 Mar 2022 19:38:00 -0800 Subject: [PATCH] Fix appwrite-executor in compose.phtml Ensure the appwrite-executor container starts after server restart just like the other services. --- app/views/install/compose.phtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/install/compose.phtml b/app/views/install/compose.phtml index 180d2248d3..22b95fd2dd 100644 --- a/app/views/install/compose.phtml +++ b/app/views/install/compose.phtml @@ -173,6 +173,7 @@ services: image: /: entrypoint: executor container_name: appwrite-executor + restart: unless-stopped stop_signal: SIGINT networks: appwrite: @@ -561,4 +562,4 @@ volumes: appwrite-functions: appwrite-influxdb: appwrite-config: - appwrite-executor: \ No newline at end of file + appwrite-executor: