We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6643b60 commit 9a373c0Copy full SHA for 9a373c0
README.md
@@ -98,7 +98,7 @@ Current features in the container are:
98
99
To reset the admin password run
100
101
-``docker exec phplist_dbhost mysql -u[DBUSER] -p[DBPASS] [DBNAME] -e 'update phplist_admin set password = "NEWPASSWORD"``
+``docker exec phplist_dbhost mysql -u[DBUSER] -p[DBPASS] [DBNAME] -e 'update phplist_admin set password = "NEWPASSWORD"'``
102
103
104
## development.
0 commit comments