Remove logging options from Stash docker-compose.yml so that it uses defaults (journald)
This commit is contained in:
@@ -10,13 +10,6 @@ services:
|
||||
- proxy-net
|
||||
expose:
|
||||
- "9999"
|
||||
## If you intend to use stash's DLNA functionality uncomment the below network mode and comment out the above ports section
|
||||
# network_mode: host
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-file: "10"
|
||||
max-size: "2m"
|
||||
environment:
|
||||
- STASH_STASH=/data/
|
||||
- STASH_GENERATED=/generated/
|
||||
|
||||
Reference in New Issue
Block a user