mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-13 00:11:05 +01:00
Removed random root password
This commit is contained in:
parent
d6c3994234
commit
34855aa4ae
@ -28,7 +28,7 @@ services:
|
||||
MYSQL_DATABASE: "wordpress"
|
||||
MYSQL_USER: "wordpress"
|
||||
MYSQL_PASSWORD: "{{wordpress_database_password}}"
|
||||
MYSQL_RANDOM_ROOT_PASSWORD: 'yes'
|
||||
MYSQL_ROOT_PASSWORD: "{{wordpress_database_password}}"
|
||||
volumes:
|
||||
- database:/var/lib/mysql
|
||||
healthcheck:
|
||||
|
Loading…
Reference in New Issue
Block a user