Explain that some config values are only processed on first run (#323)

This commit is contained in:
Michael Cornel
2021-10-13 15:11:38 +02:00
committed by GitHub
parent 82100d7ed5
commit 159dead2dc

View File

@@ -198,7 +198,7 @@ $ docker run -d --name wordpress \
### Environment variables
When you start the WordPress image, you can adjust the configuration of the instance by passing one or more environment variables either on the docker-compose file or on the `docker run` command line. If you want to add a new environment variable:
When you start the WordPress image, you can adjust the configuration of the instance by passing one or more environment variables either on the docker-compose file or on the `docker run` command line. Please note that some variables are only considered when the container is started for the first time. If you want to add a new environment variable:
- For docker-compose add the variable name and value under the application section in the [`docker-compose.yml`](https://github.com/bitnami/bitnami-docker-wordpress/blob/master/docker-compose.yml) file present in this repository: