This is a fork of m0wer/tiddlywiki tiddlywiki image. I startet it for for my needs. I am a regular Tiddlywiki user and interested in using an up to date image. Feel free to use.
The Docker image is available at vstoppe/tiddlywiki - Docker Hub.
| Image Name | Tag | TiddyWiki Version |
|---|---|---|
| vstoppe/tiddlywiki | latest | 5.3.7 |
docker run -d -p 8080:8080 vstopppe/tiddlywiki
Now TiddlyWiki should be running on http://localhost:8080.
The container uses a Docker volume to save the wiki data. In order not to lose sight of that, I recommend using a local directory for the volume.
docker run -d -p 8080:8080 -v $(pwd)/.tiddlywiki:/var/lib/tiddlywiki vstoppe/tiddlywiki
In this example, the folder $(pwd)/.tiddlywiki is used for the data.
Authentication is disabled by default. To enable it, simply provide the
USERNAME and PASSWORD environment variables.
If you are in a memory-constrained environment, you can provide the
NODE_MEM environment variable to specify the memory ceiling (in MB)
Set the DEBUG_LEVEL environment variable to debug. For example by passing
-e DEBUG_LEVEL=debug option in docker run.
Content type
Image
Digest
sha256:38d7550a1…
Size
92.6 MB
Last updated
about 1 year ago
docker pull vstoppe/tiddlywiki