removed hostname from db
This commit is contained in:
parent
1692ea17ac
commit
62e37d967d
@ -69,7 +69,6 @@ services:
|
|||||||
db:
|
db:
|
||||||
image: "mariadb:latest"
|
image: "mariadb:latest"
|
||||||
container_name: "${PROJECT_NAME}_wordpress_db"
|
container_name: "${PROJECT_NAME}_wordpress_db"
|
||||||
hostname: "${PROJECT_URL}"
|
|
||||||
restart: "unless-stopped"
|
restart: "unless-stopped"
|
||||||
command: '--default-authentication-plugin=mysql_native_password'
|
command: '--default-authentication-plugin=mysql_native_password'
|
||||||
env_file: ".env"
|
env_file: ".env"
|
||||||
|
Loading…
Reference in New Issue
Block a user