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 - PGID=0
- TZ=Etc/UTC - TZ=Etc/UTC
volumes: volumes:
- ./jellyseerr/config:/config - ./app:/app:rw,cached
- ./jellyseerr/data:/data - ./app:/app/node_modules
- ./app:/app/.next
restart: unless-stopped restart: unless-stopped