Merge pull request #314 from johnwarne/patch-1
Specify InfluxDB version 1.8 in docker-compose.yml
This commit is contained in:
		
						commit
						ec7734b5ed
					
				|  | @ -3,7 +3,7 @@ version: '3' | ||||||
| services: | services: | ||||||
|   influxdb: |   influxdb: | ||||||
|     restart: always |     restart: always | ||||||
|     image: influxdb:latest |     image: influxdb:1.8 | ||||||
|     ports: |     ports: | ||||||
|       - '8086:8086' |       - '8086:8086' | ||||||
|     volumes: |     volumes: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue