We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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
/user/john/wiki/tiddlers
/user/john/wiki/mywiki/tiddlers
Please note the hard-coded mywiki name from init-and-run-wiki
mywiki
init-and-run-wiki
The text was updated successfully, but these errors were encountered:
Perhaps the wiki/directory name could be stored as an env var as well, making it customizable.
Sorry, something went wrong.
@kiliankoe Good idea. I welcome pull requests as currently I am not actively using this myself.
No branches or pull requests
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 frominit-and-run-wiki
The text was updated successfully, but these errors were encountered: