Skip to content

Commit

Permalink
Add MYSQL_RANDOM_ROOT_PASSWORD=true for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
samporapeli committed Sep 15, 2020
1 parent 07b6059 commit e157aa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ENV.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ MYSQL_USER=your-mysql-user
MYSQL_PASSWORD=your-mysql-password
MYSQL_DATABASE=ilmomasiina
MYSQL_HOST=localhost
# MYSQL in Docker container requires some root password, by default use a random one
MYSQL_RANDOM_ROOT_PASSWORD=true
ADMIN_REGISTRATION_ALLOWED=true

EDIT_TOKEN_SALT=randomly-generated-token
Expand Down

0 comments on commit e157aa3

Please sign in to comment.