gremlin: convert list-style blocks to map format in compose/znas/stash.yaml
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

This commit is contained in:
traveler 2026-05-06 07:05:14 -05:00
parent 7efb5485b1
commit cb4099fd99

View file

@ -11,11 +11,11 @@ services:
## If you intend to use stash's DLNA functionality uncomment the below network mode and c
# network_mode: host
environment:
- STASH_STASH=/data/
- STASH_GENERATED=/generated/
- STASH_METADATA=/metadata/
- STASH_CACHE=/cache/
- STASH_GRAPHQL_PLAYGROUND=true
STASH_STASH: /data/
STASH_GENERATED: /generated/
STASH_METADATA: /metadata/
STASH_CACHE: /cache/
STASH_GRAPHQL_PLAYGROUND: true
## Adjust below to change default port (9999)
- STASH_PORT=9999
volumes: