Merge pull request #2936 from stnguyen90/fix-2932-appwrite-executor-restart

Fix appwrite-executor in compose.phtml
This commit is contained in:
Eldad A. Fux
2022-03-14 19:30:57 +02:00
committed by GitHub
+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: