Skip to content

Commit

Permalink
Updated env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
InstaZDLL committed Apr 15, 2024
1 parent 18ff8f4 commit 3fe59c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

: "${MYSQL_ROOT_PASSWORD:-O5Nz88BTPc6krzQ2gQuXJMOEroVKiY9po1LZSy1UQBk}"
: "${MYSQL_ROOT_PASSWORD:=O5Nz88BTPc6krzQ2gQuXJMOEroVKiY9po1LZSy1UQBk}"
: "${MYSQL_DATABASE:-wordpress}"
: "${MYSQL_USER:-wpuser}"
: "${MYSQL_PASSWORD:-wpuser}"
Expand Down

0 comments on commit 3fe59c6

Please sign in to comment.