fixed bug in wp pwd
parent
f99da311e3
commit
bd3c972771
|
@ -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
|
Loading…
Reference in New Issue