mirror of
https://github.com/mr-vercetti/homeserver.git
synced 2025-07-03 02:15:38 +02:00
Change stacks dir permissions
This commit is contained in:
16
docker/stacks/media/media.yml
Normal file → Executable file
16
docker/stacks/media/media.yml
Normal file → Executable file
@ -24,6 +24,22 @@ services:
|
||||
- /dev/dri/card0:/dev/dri/card0
|
||||
restart: unless-stopped
|
||||
|
||||
jellyseerr:
|
||||
image: fallenbagel/jellyseerr
|
||||
container_name: jellyseerr
|
||||
networks:
|
||||
- proxy
|
||||
- media
|
||||
environment:
|
||||
- LOG_LEVEL=debug
|
||||
- TZ=${TIMEZONE}
|
||||
- PORT=5055
|
||||
ports:
|
||||
- 5055:5055
|
||||
volumes:
|
||||
- ${APPS_DIR}/jellyserr:/app/config
|
||||
restart: unless-stopped
|
||||
|
||||
minidlna:
|
||||
image: vladgh/minidlna
|
||||
container_name: minidlna
|
||||
|
Reference in New Issue
Block a user