init
This commit is contained in:
4
example.env
Normal file
4
example.env
Normal file
@@ -0,0 +1,4 @@
|
||||
MYSQL_ROOT_PASSWORD=$( openssl rand -hex 16 )
|
||||
MYSQL_DATABASE=wordpress
|
||||
MYSQL_USER=wordpress
|
||||
MYSQL_PASSWORD=$( openssl rand -hex 16 )
|
||||
Reference in New Issue
Block a user