fix max-file

This commit is contained in:
James 2022-02-21 13:29:55 +00:00
parent f6c8a467f3
commit 38010bbc83
1 changed files with 1 additions and 1 deletions

View File

@ -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: