Update docker-compose.yml

This commit is contained in:
David Newhall 2024-01-01 12:12:11 -08:00 committed by GitHub
parent 68e9ec37c6
commit 46b2871cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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