Skip to content

Commit

Permalink
add in param for running scripts to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Oct 9, 2023
1 parent 62ae987 commit ba37b93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ docker run -d \
-v /etc/localtime:/etc/localtime:ro \
-e WEBPAGE_TITLE=<name shown in browser tab> \
-e VNC_PASSWORD=<password for web ui> \
-e ENABLE_STARTUP_SCRIPTS=<install additional packages> \
-e UMASK=<umask for created files> \
-e PUID=<uid for user> \
-e PGID=<gid for user> \
Expand All @@ -42,6 +43,7 @@ docker run -d \
-v /etc/localtime:/etc/localtime:ro \
-e WEBPAGE_TITLE=Tower \
-e VNC_PASSWORD=mypassword \
-e ENABLE_STARTUP_SCRIPTS=yes \
-e UMASK=000 \
-e PUID=0 \
-e PGID=0 \
Expand Down

0 comments on commit ba37b93

Please sign in to comment.