gremlin: convert list-style blocks to map format in compose/znas/stash.yaml
This commit is contained in:
parent
7efb5485b1
commit
cb4099fd99
1 changed files with 5 additions and 5 deletions
|
|
@ -11,11 +11,11 @@ services:
|
||||||
## If you intend to use stash's DLNA functionality uncomment the below network mode and c
|
## If you intend to use stash's DLNA functionality uncomment the below network mode and c
|
||||||
# network_mode: host
|
# network_mode: host
|
||||||
environment:
|
environment:
|
||||||
- STASH_STASH=/data/
|
STASH_STASH: /data/
|
||||||
- STASH_GENERATED=/generated/
|
STASH_GENERATED: /generated/
|
||||||
- STASH_METADATA=/metadata/
|
STASH_METADATA: /metadata/
|
||||||
- STASH_CACHE=/cache/
|
STASH_CACHE: /cache/
|
||||||
- STASH_GRAPHQL_PLAYGROUND=true
|
STASH_GRAPHQL_PLAYGROUND: true
|
||||||
## Adjust below to change default port (9999)
|
## Adjust below to change default port (9999)
|
||||||
- STASH_PORT=9999
|
- STASH_PORT=9999
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue