Update docker-compose.yml

This commit is contained in:
Brandon 2024-06-13 16:38:29 +02:00
parent 72201bdc32
commit 610716f25e
1 changed files with 3 additions and 2 deletions

View File

@ -123,6 +123,7 @@ services:
- PGID=0
- TZ=Etc/UTC
volumes:
- ./jellyseerr/config:/config
- ./jellyseerr/data:/data
- ./app:/app:rw,cached
- ./app:/app/node_modules
- ./app:/app/.next
restart: unless-stopped