Fix : Change Logging - In Docker
This commit is contained in:
@@ -9,5 +9,10 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- subsonics-frontend:/app/dist
|
- subsonics-frontend:/app/dist
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
logging:
|
||||||
|
driver: "json-file"
|
||||||
|
options:
|
||||||
|
max-size: "10m"
|
||||||
|
max-file: "3"
|
||||||
volumes:
|
volumes:
|
||||||
subsonics-frontend:
|
subsonics-frontend:
|
||||||
Reference in New Issue
Block a user