Fix : Change Logging - In Docker
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user