Skip to content

Commit

Permalink
Fix config volume mount point
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiderManAPV committed Jan 5, 2025
1 parent 62ff562 commit 33bf0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/.apps/jellyseerr/jellyseerr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ services:
restart: ${JELLYSEERR_RESTART}
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKER_VOLUME_CONFIG}/jellyseerr:/config
- ${DOCKER_VOLUME_CONFIG}/jellyseerr:/app/config
- ${DOCKER_VOLUME_STORAGE}:/storage

0 comments on commit 33bf0a6

Please sign in to comment.