From 62e37d967d05f2f52b2afb1abb96e7aaf6863895 Mon Sep 17 00:00:00 2001 From: Raphael Martin Date: Sun, 26 Nov 2023 13:13:08 +0100 Subject: [PATCH] removed hostname from db --- docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 689ea6c..8b620a5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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" @@ -82,4 +81,4 @@ services: - "traefik.enable=false" volumes: wordpress: - name: "${PROJECT_NAME}_wordpress" \ No newline at end of file + name: "${PROJECT_NAME}_wordpress"