Update docker-compose.yml
This commit is contained in:
parent
73810739d7
commit
a18c0479bc
|
|
@ -3,7 +3,7 @@ version: '3'
|
||||||
services:
|
services:
|
||||||
influxdb:
|
influxdb:
|
||||||
restart: always
|
restart: always
|
||||||
image: influxdb:2.5
|
image: influxdb:1
|
||||||
ports:
|
ports:
|
||||||
- '8086:8086'
|
- '8086:8086'
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue