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"
|
||||
@ -82,4 +81,4 @@ services:
|
||||
- "traefik.enable=false"
|
||||
volumes:
|
||||
wordpress:
|
||||
name: "${PROJECT_NAME}_wordpress"
|
||||
name: "${PROJECT_NAME}_wordpress"
|
||||
|
Loading…
Reference in New Issue
Block a user