rename all yml files to yaml
This commit is contained in:
10
docker-compose.influxdb.yaml
Normal file
10
docker-compose.influxdb.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
influxdb:
|
||||
container_name: influxdb
|
||||
image: influxdb:2.3.0
|
||||
ports:
|
||||
- 8086:8086
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/mezzo/scratch/influxdb:/var/lib/influxdb2
|
||||
- /opt/gw2pvo:/opt/gw2pvo
|
||||
Reference in New Issue
Block a user