Skip to content

Commit ff58405

Browse files
authored
Use single quotes to avoid shell expansion in readme
1 parent 33144cf commit ff58405

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ docker run -d \
6868
-e "PGID=1000" \
6969
-e "FLATNOTES_AUTH_TYPE=password" \
7070
-e "FLATNOTES_USERNAME=user" \
71-
-e "FLATNOTES_PASSWORD=changeMe!" \
71+
-e 'FLATNOTES_PASSWORD=changeMe!' \
7272
-e "FLATNOTES_SECRET_KEY=aLongRandomSeriesOfCharacters" \
7373
-v "$(pwd)/data:/data" \
7474
-p "8080:8080" \

0 commit comments

Comments
 (0)