Skip to content

Commit

Permalink
grafan host
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Oct 17, 2018
1 parent 2a29c28 commit 7913bf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/grafana/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ services:
- "traefik.backend=grafana"
- "traefik.enable=true"
- "traefik.frontend.priority=500"
- "traefik.frontend.rule=PathPrefixStrip:/grafana"
# - "traefik.frontend.rule=PathPrefixStrip:/grafana"
- "traefik.frontend.rule=Host: test.smartemission.nl;PathPrefixStrip:/grafana"
- "traefik.docker.network=se_back"

networks:
Expand Down

0 comments on commit 7913bf4

Please sign in to comment.