Skip to content

Commit

Permalink
organizr: Remove organizr subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianmiranda committed Sep 11, 2022
1 parent 3ce9038 commit 9f6d438
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 @@ -247,7 +247,7 @@ services:
labels:
- com.centurylinklabs.watchtower.enable=true
- traefik.enable=true
- traefik.http.routers.orzanizr.rule=Host(`organizr.${DOMAIN}`) || Host(`mediabox.${DOMAIN}`)
- traefik.http.routers.orzanizr.rule=Host(`mediabox.${DOMAIN}`)
- traefik.http.routers.orzanizr.entrypoints=websecured
- traefik.http.routers.orzanizr.tls.certresolver=myresolver
- traefik.http.services.organizr.loadbalancer.server.port=80
Expand Down

0 comments on commit 9f6d438

Please sign in to comment.