Run TiddlyWiki 5 via Docker.
Forked from
m0wer/tiddlywiki-docker to add a docker-compose
file.
The Docker image is available at m0wer/tiddlywiki - Docker Hub.
Image Name | Tag | TiddyWiki Version |
---|---|---|
m0wer/tiddlywiki | latest | 5.2.0 |
m0wer/tiddlywiki | v[X] | [X] |
m0wer/tiddlywiki | test | ? |
- Docker.
Edit docker-compose.yml
, replacing /home/example/tiddlywiki
with the path to your tiddlywiki directory.
To enable authentication, simply provide the
USERNAME
and PASSWORD
environment in the variables.env
file.
docker-compose up -d
Now TiddlyWiki should be running on http://localhost:8080.
docker-compose down
If you are in a memory-constrained environment, you can provide the
NODE_MEM
environment variable to specify the memory ceiling (in MB and in variables.env
).
Set the DEBUG_LEVEL
environment variable to debug
(also in variables.env
).