I migrated my existing non-docker installation, but it does not work out-of-the-box, because of missing information.
I invoked
docker run -d -p 8080:8080 -v /user/john/wiki:/var/lib/tiddlywiki mazzolino/tiddlywiki
My file structure (with existing tiddlers) was /user/john/wiki/tiddlers
But expected was /user/john/wiki/mywiki/tiddlers
Please note the hard-coded mywiki name from init-and-run-wiki
I migrated my existing non-docker installation, but it does not work out-of-the-box, because of missing information.
I invoked
docker run -d -p 8080:8080 -v /user/john/wiki:/var/lib/tiddlywiki mazzolino/tiddlywikiMy file structure (with existing tiddlers) was
/user/john/wiki/tiddlersBut expected was
/user/john/wiki/mywiki/tiddlersPlease note the hard-coded
mywikiname frominit-and-run-wiki