mirror of
https://github.com/m0wer/tiddlywiki-docker.git
synced 2026-01-23 02:24:25 +00:00
[fix] Typo.
This commit is contained in:
parent
8d735f0e9d
commit
0976c84533
1 changed files with 1 additions and 3 deletions
|
|
@ -19,6 +19,4 @@ fi
|
|||
|
||||
# Start the tiddlywiki server
|
||||
|
||||
exec /usr/bin/env node $NODEJS_V8_ARGS $tiddlywiki_script mywiki --listen
|
||||
host=0.0.0.0 port=8080 username="${USERNAME:-user}" password="${PASSWORD-wiki}"
|
||||
path-prefix=${SERVE_URI-/} debug-level=${DEBUG_LEVEL-none}
|
||||
exec /usr/bin/env node $NODEJS_V8_ARGS $tiddlywiki_script mywiki --listen host=0.0.0.0 port=8080 username="${USERNAME:-user}" password="${PASSWORD-wiki}" path-prefix=${SERVE_URI-/} debug-level=${DEBUG_LEVEL-none}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue