mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 02:14:48 +00:00
Merge pull request #429 from haydenseitz/fix/db-password
allow DB_PASSWORD with # character
This commit is contained in:
commit
fd34218028
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ DB_HOST=${DB_HOST}
|
|||
DB_PORT=${DB_PORT}
|
||||
DB_DATABASE=${DB_NAME}
|
||||
DB_USERNAME=${DB_USER}
|
||||
DB_PASSWORD=${DB_PASSWORD}
|
||||
DB_PASSWORD="${DB_PASSWORD}"
|
||||
EOL
|
||||
|
||||
# Config : Directories
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue