1
0
Fork 0
mirror of synced 2024-09-28 15:31:43 +12:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -664,6 +664,7 @@ $image = $this->getParam('image', '');
entrypoint: worker-usage-dump entrypoint: worker-usage-dump
<<: *x-logging <<: *x-logging
container_name: appwrite-worker-usage-dump container_name: appwrite-worker-usage-dump
restart: unless-stopped
networks: networks:
- appwrite - appwrite
depends_on: depends_on: