Created
March 1, 2019 10:52
-
-
Save plu/1ef3e8bbbe4c209c4fa789ff7b18effe to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grafana: | |
container_name: grafana | |
image: grafana/grafana | |
restart: always | |
environment: | |
- VIRTUAL_HOST=grafana.plunien.com | |
- LETSENCRYPT_HOST=grafana.plunien.com | |
- [email protected] | |
ports: | |
- 3000:3000 | |
volumes: | |
- /volume1/docker/grafana/var/lib/grafana:/var/lib/grafana |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment