zer0 revised this gist . Go to revision
1 file changed, 0 insertions, 0 deletions
gistfile1.txt renamed to gistfile1.sh
File renamed without changes
zer0 revised this gist . Go to revision
1 file changed, 17 insertions
gistfile1.txt(file created)
@@ -0,0 +1,17 @@ | |||
1 | + | docker run --restart always --name pwgen -d -p 5069:5069 \ | |
2 | + | -e NO_API_CHECK=true \ | |
3 | + | -e PW_LENGTH=26 \ | |
4 | + | -e PW_INCLUDE_UPPERCASE=true \ | |
5 | + | -e PW_INCLUDE_DIGITS=true \ | |
6 | + | -e PW_INCLUDE_SPECIAL=true \ | |
7 | + | -e PW_EXCLUDE_HOMOGLYPHS=true \ | |
8 | + | -e PP_WORD_COUNT=5 \ | |
9 | + | -e PP_CAPITALIZE=true \ | |
10 | + | -e PP_SEPARATOR_TYPE=space \ | |
11 | + | -e PP_MAX_WORD_LENGTH=12 \ | |
12 | + | -e PP_INCLUDE_NUMBERS=false \ | |
13 | + | -e PP_INCLUDE_SPECIAL_CHARS=false \ | |
14 | + | -e PP_LANGUAGE=en \ | |
15 | + | -e PP_HIDE_LANG=false \ | |
16 | + | -e MULTI_GEN=false \ | |
17 | + | jocxfin/pwgen:latest |