Open afreisinger opened 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
Same problem...changes in .env don't accept
The command
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