Add jellyseer config (currently not used)
This commit is contained in:
parent
00ba6ad701
commit
5f72b181e3
|
|
@ -34,3 +34,15 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 8056:8056
|
- 8056:8056
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
# jellyseerr:
|
||||||
|
# image: fallenbagel/jellyseerr:latest
|
||||||
|
# container_name: jellyseerr
|
||||||
|
# environment:
|
||||||
|
# TZ: $TZ
|
||||||
|
# LOG_LEVEL: debug
|
||||||
|
# ports:
|
||||||
|
# - 5055:5055
|
||||||
|
# volumes:
|
||||||
|
# - $APPDATA/jellyseerr:/app/config
|
||||||
|
# restart: unless-stopped
|
||||||
Loading…
Reference in a new issue