Skip to content

Commit

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

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

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

0 comments on commit a104c47

Please sign in to comment.