Skip to content

Commit

Permalink
boo
Browse files Browse the repository at this point in the history
  • Loading branch information
deebloo committed Sep 25, 2023
1 parent 5a8a147 commit adfb8b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ services:
# - influxdb2_data:/var/lib/influxdb2

influxdb:
container_name: influxdb
image: influxdb:1.8.10
restart: always
ports:
Expand All @@ -41,6 +42,7 @@ services:
- influxdb_data:/var/lib/influxdb

grafana:
container_name: grafana
image: grafana/grafana-enterprise:10.0.3
restart: always
ports:
Expand Down

0 comments on commit adfb8b1

Please sign in to comment.