huntabyte / tig-stack

The Telegraf, InfluxDB, & Grafana stack (TIG) powered by Docker & Docker Compose.
MIT License
139 stars 93 forks source link

entrypoint.sh #8

Open afreisinger opened 2 years ago

afreisinger commented 2 years ago

The command

influx setup --bucket ${DOCKER_INFLUXDB_INIT_BUCKET} --retention ${DOCKER_INFLUXDB_INIT_RETENTION} --token ${DOCKER_INFLUXDB_INIT_ADMIN_TOKEN} --org ${DOCKER_INFLUXDB_INIT_ORG} --host http://${DOCKER_INFLUXDB_INIT_HOST}:8086 --force

does not have the desired effect, does not create the bucket from docker-compose file, but if I running form container inside, work fine. what am I doing wrong ? Thank you

ssvitto commented 2 years ago

Same problem...changes in .env don't accept