Skip to content

Commit

Permalink
Update jellyseerr.yml to fix url and config folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mafen authored Dec 26, 2023
1 parent 5000e57 commit 07d9cbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services-available/jellyseerr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
container_name: ${JELLYSEERR_CONTAINER_NAME:-jellyseerr}
restart: ${JELLYSEERR_RESTART:-unless-stopped}
volumes:
- ./etc/jellyseerr:/config # <==== this probably needs changed
- ./etc/jellyseerr:/app/config
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
environment:
Expand All @@ -19,7 +19,7 @@ services:
- joyride.host.name=${JELLYSEERR_CONTAINER_NAME:-jellyseerr}.${HOST_DOMAIN}
- traefik.enable=true
- traefik.http.routers.jellyseerr.entrypoints=websecure
- traefik.http.routers.jellyseerr.rule=Host(`${JELLYSEERR_CONTAINER_NAME:-jellyseer}.${HOST_DOMAIN}`)
- traefik.http.routers.jellyseerr.rule=Host(`${JELLYSEERR_CONTAINER_NAME:-jellyseerr}.${HOST_DOMAIN}`)
#- traefik.http.services.jellyseerr.loadbalancer.server.scheme=https # enable if the service wants to connect over>
- traefik.http.services.jellyseerr.loadbalancer.server.port=5055
- com.centurylinklabs.watchtower.enable=true
Expand Down

0 comments on commit 07d9cbb

Please sign in to comment.