Skip to content

Commit

Permalink
update docker compose config
Browse files Browse the repository at this point in the history
  • Loading branch information
Giems committed Dec 5, 2024
1 parent 658433a commit 2a99609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions grafana/.env
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# We can't just put the version inside main .env file as docker developers denied this feature due to skill issues
# https://github.com/docker/compose/issues/11122
GRAFANA_VERSION=11.0.0
2 changes: 0 additions & 2 deletions grafana/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ services:
ports:
- '3005:3000'
restart: unless-stopped
env_file:
- .env

0 comments on commit 2a99609

Please sign in to comment.