Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tpanajott committed Jul 27, 2023
1 parent a8ec987 commit 3991dea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified docker/web/nspanelmanager/manual.pdf
Binary file not shown.
Binary file modified docs/tex/manual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/tex/manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
"$(pwd)/data/":"/data/" \
-d -p 8000:8000 -p 8001:8001 nspanelmanager
\end{lstlisting}
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 your server might be set to Etc/UTC then you can set the TZ-environment variable, for example: \lstinline[language=bash]{-E TZ=Europe/Stockholm} and remove the volume mapping for /etc/timezone.
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 your server might be set to Etc/UTC then you can set the TZ-environment variable, for example: \lstinline[language=bash]{-e TZ=Europe/Stockholm} and remove the volume mapping for /etc/timezone.
\important{All data for NSPanel Manager is stored in the directory mapped to "/data" in the container. In this case, the "data"-directory where you are currently standing.}

\clearpage
Expand Down

0 comments on commit 3991dea

Please sign in to comment.