mirror of
https://github.com/Thumbscrew/matrix-homeserver-docker-compose.git
synced 2025-07-01 02:25:26 +00:00
add logging options to synapse as logs are verbose
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user