mirror of
https://github.com/m0wer/tiddlywiki-docker.git
synced 2026-01-23 02:24:25 +00:00
Merge pull request #13 from HerrFolgreich/patch-1
Make it possible to set empty password
This commit is contained in:
commit
792e4ef1ab
1 changed files with 1 additions and 1 deletions
|
|
@ -31,5 +31,5 @@ fi
|
|||
|
||||
# Start the tiddlywiki server
|
||||
|
||||
exec /usr/bin/env node $NODEJS_V8_ARGS $tiddlywiki_script mywiki --server 8080 $:/core/save/all text/plain text/html ${USERNAME:-user} ${PASSWORD:-'wiki'} 0.0.0.0 ${SERVE_URI}
|
||||
exec /usr/bin/env node $NODEJS_V8_ARGS $tiddlywiki_script mywiki --server 8080 $:/core/save/all text/plain text/html "${USERNAME:-user}" "${PASSWORD-wiki}" 0.0.0.0 ${SERVE_URI}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue