Fix : Change Logging - In Docker

This commit is contained in:
2026-02-20 12:19:16 +00:00
parent 191b7e9652
commit 55d4abd26b

View File

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