Skip to content

Commit 63e00d3

Browse files
committed
Updated manual to reflect changes from last commit
1 parent 00f3644 commit 63e00d3

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

tex/manual.pdf

88 Bytes
Binary file not shown.

tex/manual.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@
430430
\begin{lstlisting}[language=bash]
431431
docker run --name nspanelmanager -v /etc/timezone:/etc/timezone:ro -v \
432432
"$(pwd)/web/nspanelmanager/db.sqlite3":"/usr/src/app/nspanelmanager/db.sqlite3" \
433+
"$(pwd)/web/nspanelmanager/secret.key":"/usr/src/app/nspanelmanager/secret.key" \
433434
-d -p 8000:8000 -p 8001:8001 nspanelmanager
434435
\end{lstlisting}
435436
If you wish to change the timezone, there are two options. Either, do as the command above, pass in the local machine /etc/timezone. This might not always work though as you'r server might be set to Etc/UTC then you can set the environment variable like this, for example: \lstinline[language=bash]{-E TZ=Europe/Stockholm} and remove the volume mapping for /etc/timezone.

0 commit comments

Comments
 (0)