Update docker-compose.yml

This commit is contained in:
David Newhall
2023-09-14 15:39:18 -07:00
committed by GitHub
parent 73810739d7
commit a18c0479bc

View File

@@ -3,7 +3,7 @@ version: '3'
services:
influxdb:
restart: always
image: influxdb:2.5
image: influxdb:1
ports:
- '8086:8086'
volumes: