Fix: DB_PREFIX=gbbM2_ für importierte Datenbank

Tabellen haben gbbM2_ Prefix, nicht wp_

🤖 Generated with Claude Code
This commit is contained in:
2025-12-17 14:00:11 +01:00
parent ab4fb84664
commit 6561d9821a
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ services:
DB_USER: wordpress
DB_PASSWORD: ${DB_PASSWORD}
DB_HOST: mariadb
DB_PREFIX: gbbM2_
WP_REDIS_HOST: redis
AUTH_KEY: ${AUTH_KEY}
SECURE_AUTH_KEY: ${SECURE_AUTH_KEY}