mirror of
https://github.com/koush/scrypted.git
synced 2026-09-18 01:30:39 +01:00
docker: wip
This commit is contained in:
@@ -11,11 +11,10 @@ services:
|
||||
network_mode: host
|
||||
volumes:
|
||||
- ~/.scrypted/volume:/server/volume
|
||||
# logging is noisy and will unnecessarily wear on flash storage.
|
||||
# scrypted has per device in memory logging that is preferred.
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "10"
|
||||
driver: "none"
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.scope=scrypted"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user