Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

entrypoint.sh #8

Open
afreisinger opened this issue Jun 28, 2022 · 1 comment
Open

entrypoint.sh #8

afreisinger opened this issue Jun 28, 2022 · 1 comment

Comments

@afreisinger
Copy link

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
Copy link

ssvitto commented Jul 27, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants