Skip to content

Commit

Permalink
update cloudflared hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
ArdaxHz committed Jan 5, 2025
1 parent 003b1db commit 75d1e13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudflared/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ tunnel: grafana-tunnel
credentials-file: /etc/cloudflared/tunnel.json

ingress:
- hostname: grafana.example.com
- hostname: publoader.fuyu.bot
service: http://grafana:3000 # Make sure this points to your Grafana container
- service: http_status:404
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ services:
container_name: cloudflared
restart: unless-stopped
environment:
- TUNNEL_HOSTNAME=grafana.example.com
- TUNNEL_HOSTNAME=publoader.fuyu.bot
- TUNNEL_CREDENTIALS_FILE=/etc/cloudflared/tunnel.json
volumes:
- ./cloudflared:/etc/cloudflared
Expand Down

0 comments on commit 75d1e13

Please # to comment.