Fix appwrite-executor in compose.phtml

Ensure the appwrite-executor container starts after server restart just like the other services.
This commit is contained in:
Steven
2022-03-10 19:38:00 -08:00
committed by GitHub
parent 406f914585
commit 8a2da034e3
+2 -1
View File
@@ -173,6 +173,7 @@ services:
image: <?php echo $organization; ?>/<?php echo $image; ?>:<?php echo $version."\n"; ?>
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:
appwrite-executor: