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