mirror of
https://github.com/Thumbscrew/matrix-homeserver-docker-compose.git
synced 2025-01-18 09:35:46 +00:00
fix max-file
This commit is contained in:
parent
f6c8a467f3
commit
38010bbc83
@ -33,7 +33,7 @@ services:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "1G"
|
||||
max-file: 3
|
||||
max-file: "3"
|
||||
ports:
|
||||
- ${SYNAPSE_PORT}:8008
|
||||
networks:
|
||||
|
Loading…
Reference in New Issue
Block a user