mirror of
https://github.com/bitnami/containers.git
synced 2026-03-11 16:07:50 +08:00
Explain that some config values are only processed on first run (#323)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user