fixed bug in wp pwd

root 2021-05-29 17:55:13 +02:00
parent f99da311e3
commit bd3c972771
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ services:
MYSQL_ROOT_PASSWORD: ${MARIADB_PASSWORD}
MYSQL_DATABASE: wordpress
MYSQL_USER: wordpress
MYSQL_PASSWORD: W0rdpr3ss
MYSQL_PASSWORD: ${WORDPRESS_MARIADB_PASSWORD}
networks:
- isard_net