remove docker- prefix

This commit is contained in:
2025-06-07 11:14:05 +02:00
parent 82577aa597
commit 52b5a1676d
34 changed files with 52 additions and 52 deletions

10
compose.influxdb.yaml Normal file
View 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