removed hostname from db

This commit is contained in:
Raphael Martin 2023-11-26 13:13:08 +01:00
parent 1692ea17ac
commit 62e37d967d

View File

@ -69,7 +69,6 @@ services:
db:
image: "mariadb:latest"
container_name: "${PROJECT_NAME}_wordpress_db"
hostname: "${PROJECT_URL}"
restart: "unless-stopped"
command: '--default-authentication-plugin=mysql_native_password'
env_file: ".env"