mirror of
https://github.com/m0wer/tiddlywiki-docker.git
synced 2026-01-23 02:24:25 +00:00
default user and pass
This commit is contained in:
parent
7e51c7df1c
commit
2a8cc8f39e
1 changed files with 1 additions and 1 deletions
|
|
@ -5,5 +5,5 @@ if [ ! -d /var/lib/tiddlywiki/mywiki ]; then
|
|||
tiddlywiki mywiki --init server
|
||||
fi
|
||||
|
||||
exec tiddlywiki mywiki --server 8080 $:/core/save/all text/plain text/html ${USERNAME:-user} ${PASSWORD:-"''"} 0.0.0.0
|
||||
exec tiddlywiki mywiki --server 8080 $:/core/save/all text/plain text/html ${USERNAME:-user} ${PASSWORD:-'wiki'} 0.0.0.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue