mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
refactor: rewrite jellyseerr_dev to match template conventions
- Rename docker-compose.yml to compose.yaml - Add defaults, restart policy, and proxy network - Remove container_name (unnecessary), TZ (not required) - Fix VOL_PATH to use base /data pattern - Rewrite README with new section order
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
# Jellyseerr
|
||||
VOL_PATH=./data/jellyseerr/config
|
||||
VOL_PATH=/data
|
||||
JELLYSEERR_IMAGE=ghcr.io/hotio/jellyseerr:release
|
||||
TZ="America/Vancouver"
|
||||
|
||||
Reference in New Issue
Block a user