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"