This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 4e621a60 Docn fixes
4e621a60 is described below
commit 4e621a6060778191a86d421f0c84723525e58c30
Author: Sebb <[email protected]>
AuthorDate: Sat Jan 31 08:54:20 2026 +0000
Docn fixes
---
DOCKER.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/DOCKER.md b/DOCKER.md
index 383050d1..a5b14b23 100644
--- a/DOCKER.md
+++ b/DOCKER.md
@@ -170,14 +170,15 @@ Known not to work (ToDos)
* Board agenda web socket (used to communicate updates from the server to
browsers)
* Automatic restarting of passenger based tools when source code changes are
- made. Just restart the server instead: `apachectl restart`.
+ made. Just restart the server instead: `apachectl restart`. (This must be
done
+ from a shell in the container.)
Uninstallation procedures
-------------------------
* Exit out of any running containers
-* Remove the entire directory structure created as step 1 of the installation
- instructions.
+* `docker container prune -f`
* `docker image rm whimsy-web`
* `docker image prune -f`
-* `docker container prune -f`
+* Remove the entire directory structure created as step 1 of the installation
+ instructions.