Add config volume mapping
This commit is contained in:
parent
1c9e82e8fd
commit
13c288fdc4
@ -5,9 +5,11 @@ services:
|
||||
image: stashapp/stash:latest
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- $DOCKER_DATA/.stash/generated:/generated
|
||||
- $DOCKER_DATA/.stash/metadata:/metadata
|
||||
- $DOCKER_DATA/.stash/cache:/cache
|
||||
- $DOCKER_DATA/.stash/config:/root/.stash
|
||||
- $DOCKER_DATA/Videos:/media/Galleries
|
||||
- $DOCKER_DATA/Galleries:/media/Videos
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user