mirror of
https://github.com/Thumbscrew/matrix-homeserver-docker-compose.git
synced 2025-01-18 17:45:46 +00:00
add logging options to synapse as logs are verbose
This commit is contained in:
parent
e803ea391b
commit
f6c8a467f3
@ -29,6 +29,11 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${VOLUME_PATH}/data:/data:rw
|
- ${VOLUME_PATH}/data:/data:rw
|
||||||
|
logging:
|
||||||
|
driver: "json-file"
|
||||||
|
options:
|
||||||
|
max-size: "1G"
|
||||||
|
max-file: 3
|
||||||
ports:
|
ports:
|
||||||
- ${SYNAPSE_PORT}:8008
|
- ${SYNAPSE_PORT}:8008
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
Reference in New Issue
Block a user