Fix : Change Logging - In Docker - rc1

This commit is contained in:
2026-02-20 12:22:58 +00:00
parent 55d4abd26b
commit d956aea9a8

View File

@@ -9,10 +9,10 @@ services:
volumes: volumes:
- subsonics-frontend:/app/dist - subsonics-frontend:/app/dist
restart: unless-stopped restart: unless-stopped
logging: logging:
driver: "json-file" driver: "json-file"
options: options:
max-size: "10m" max-size: "10m"
max-file: "3" max-file: "3"
volumes: volumes:
subsonics-frontend: subsonics-frontend: