mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-07-11 18:35:11 +02:00
Try to avoid Docker logs growing too much for one-off containers
We recently had a report of the Postgres backup container's log file growing the size of /var/lib/docker until it ran out of disk space. Trying to prevent similar problems in the future.
This commit is contained in:
@ -74,6 +74,7 @@
|
||||
docker run
|
||||
--rm
|
||||
--name=matrix-synapse-migrate
|
||||
--log-driver=none
|
||||
--user={{ matrix_user_uid }}:{{ matrix_user_gid }}
|
||||
--cap-drop=ALL
|
||||
--network={{ matrix_docker_network }}
|
||||
|
Reference in New Issue
Block a user