removed depends_on from grafana and added Grafana port to env-example

This commit is contained in:
Arkadius Jonczek
2017-10-18 14:34:27 +02:00
parent 508e9ebd9e
commit bea122a1fd
2 changed files with 5 additions and 3 deletions

View File

@ -230,9 +230,7 @@ services:
volumes:
- ${DATA_SAVE_PATH}/grafana:/var/lib/grafana
ports:
- "3000:3000"
depends_on:
- mysql
- "${GRAFANA_PORT}:3000"
networks:
- backend