summaryrefslogtreecommitdiff
path: root/doc/en_US/docker.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en_US/docker.markdown')
-rw-r--r--doc/en_US/docker.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en_US/docker.markdown b/doc/en_US/docker.markdown
index 5b77da76..698cf5e5 100644
--- a/doc/en_US/docker.markdown
+++ b/doc/en_US/docker.markdown
@@ -86,6 +86,7 @@ Config files
- The container already include a custom config file located at `/var/www/app/config.php`.
- You can store your own config file on the data volume: `/var/www/app/data/config.php`.
+- If you change your config file values, you must restart the container to take into account the new parameters.
References
----------