Skip to content

Commit c4dc61c

Browse files
authored
Merge pull request #304 from wsargent/patch-1
Use single quotes to avoid shell expansion in readme
2 parents 33144cf + ff58405 commit c4dc61c

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)