removed hostname from db
This commit is contained in:
parent
1692ea17ac
commit
62e37d967d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user