重命名 docker compose 文件

This commit is contained in:
JIANG
2026-01-07 10:16:49 +08:00
parent 1e8ea08e9f
commit f43abfc6c4
5 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
services:
influxdb:
image: influxdb:2.7
container_name: influxdb
environment:
DOCKER_INFLUXDB_INIT_MODE: setup
DOCKER_INFLUXDB_INIT_USERNAME: tjwater
DOCKER_INFLUXDB_INIT_PASSWORD: Tjwater@123456
DOCKER_INFLUXDB_INIT_ORG: TJWATERORG
DOCKER_INFLUXDB_INIT_BUCKET: TJWATERBUCKET
DOCKER_INFLUXDB_INIT_ADMIN_TOKEN: kMPX2V5HsbzPpUT2B9HPBu1sTG1Emf-lPlT2UjxYnGAuocpXq_f_0lK4HHs-TbbKyjsZpICkMsyXG_V2D7P7yQ==
ports:
- "8086:8086"
volumes:
- C:\Users\admin\Documents\docker\influxdb\data:/var/lib/influxdb2