Update docker-compose to restart usage-dump

Currently, docker doesn't restart the usage-dump container after a system reboot, causing appwrite to not show usage correctly. This fix makes it restart along with the other containers.
This commit is contained in:
Fernando
2024-09-07 14:44:16 -03:00
committed by GitHub
parent 0e2679f07b
commit 20cf7643dc
+1
View File
@@ -664,6 +664,7 @@ $image = $this->getParam('image', '');
entrypoint: worker-usage-dump
<<: *x-logging
container_name: appwrite-worker-usage-dump
restart: unless-stopped
networks:
- appwrite
depends_on: