Skip to content

Commit

Permalink
hastebin: change url to paste.domain.com
Browse files Browse the repository at this point in the history
  • Loading branch information
aydenjahola committed Oct 21, 2023
1 parent 6247deb commit 7741974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/hastebin/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.hastebin.entrypoints=https"
- "traefik.http.routers.hastebin.rule=Host(`hastebin.aydenjahola.com`) || Host(`hastebin.local.aydenjahola.com`)"
- "traefik.http.routers.hastebin.rule=Host(`paste.aydenjahola.com`) || Host(`paste.local.aydenjahola.com`)"
- "traefik.http.services.hastebin.loadbalancer.server.port=7777"
redis:
image: redis
Expand Down

0 comments on commit 7741974

Please sign in to comment.