Merge pull request #2289 from Beanow/patch-1

Add permission detail influxdb readme
This commit is contained in:
Tianon Gravi 2023-03-07 13:05:23 -08:00 committed by GitHub
commit 67c23b2aa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ Once an InfluxDB instance has completed initial setup, its APIs will unlock. See
### Custom Initialization Scripts ### Custom Initialization Scripts
The InfluxDB image supports running arbitrary initialization scripts after initial system setup, on both the `setup` and `upgrade` paths. Scripts must have extension `.sh` and be mounted inside of the `/docker-entrypoint-initdb.d` directory. When multiple scripts are present, they will be executed in lexical sort order by name. The InfluxDB image supports running arbitrary initialization scripts after initial system setup, on both the `setup` and `upgrade` paths. Scripts must have extension `.sh`, must have execute file permissions (`chmod +x <yourscript.sh>`) and be mounted inside of the `/docker-entrypoint-initdb.d` directory. When multiple scripts are present, they will be executed in lexical sort order by name.
As a convenience for script-writers, the image will export a number of variables into the environment before executing any scripts: As a convenience for script-writers, the image will export a number of variables into the environment before executing any scripts: