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
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: services:
influxdb: influxdb:
restart: always restart: always
image: influxdb:2.5 image: influxdb:1
ports: ports:
- '8086:8086' - '8086:8086'
volumes: volumes: