diff --git a/docker/production/docker-compose.yml b/docker/production/docker-compose.yml index 86c890b23..1d20eb42c 100644 --- a/docker/production/docker-compose.yml +++ b/docker/production/docker-compose.yml @@ -11,7 +11,7 @@ services: driver: "json-file" options: max-file: "10" - max-size: "200k" + max-size: "2m" environment: - STASH_STASH=/data/ - STASH_GENERATED=/generated/ @@ -19,13 +19,16 @@ services: - STASH_CACHE=/cache/ volumes: - /etc/localtime:/etc/localtime:ro + ## Adjust below paths (the left part) to your liking. + ## E.g. you can change ./config:/root/.stash to ./stash:/root/.stash + ## Keep configs here. - ./config:/root/.stash ## Point this at your collection. - ./data:/data - ## This is where pre-generated transcodes live. - - ./transcodes:/transcodes ## This is where your stash's metadata lives - ./metadata:/metadata ## Any other cache content. - ./cache:/cache + ## Where to store generated content (screenshots,previews,transcodes,sprites) + - ./generated:/generated