From e24fe8f7c3d4983bc54947b4cc6116b3cfc7ef20 Mon Sep 17 00:00:00 2001 From: Vincent Massol <vincent@massol.net> Date: Thu, 27 Aug 2020 13:42:24 +0200 Subject: [PATCH] [Misc] Fix inaccurate doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 159d188..247461c 100644 --- a/README.md +++ b/README.md @@ -604,7 +604,7 @@ In order to support [Docker secrets](https://docs.docker.com/engine/swarm/secret The main XWiki configuration files (`xwiki.cfg`, `xwiki.properties` and `hibernate.cfg.xml`) are available in the mapped local directory for the permanent directory on your host. -If you need to perform some advanced configuration, you can execute another container and attach to the running XWiki container by issuing (but note that these won't be saved if you remove the container): +If you need to perform some advanced configuration, you can get a shell inside the running XWiki container by issuing the following (but note that these won't be saved if you remove the container): ```console docker exec -it <xwiki container id> bash -l -- GitLab