Skip to content

Commit

Permalink
fix traefik paths
Browse files Browse the repository at this point in the history
  • Loading branch information
DCRepublic committed Dec 22, 2024
1 parent 7532494 commit a46a760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- "traefik.enable=true"
- "traefik.docker.network=traefik"
- "traefik.http.routers.wsrn-lastfm-scrobble.entrypoints=https"
- "traefik.http.routers.wsrn-lastfm-scrobble.rule=((Host(`admin.wsrnfm.com`) || Host(`www.admin.wsrnfm.com`)) && PathPrefix(`/scrobble/`))"
- "traefik.http.routers.wsrn-lastfm-scrobble.rule=((Host(`admin.wsrnfm.com`) || Host(`www.admin.wsrnfm.com`)) && PathPrefix(`/scrobble`))"
- "traefik.http.routers.wsrn-lastfm-scrobble.tls=true"
- "traefik.http.routers.wsrn-lastfm-scrobble.tls.certresolver=letsEncrypt"
- "traefik.http.services.wsrn-lastfm-scrobble.loadbalancer.server.port=5555"
Expand Down

0 comments on commit a46a760

Please sign in to comment.