mirror of
https://github.com/runcitadel/apps.git
synced 2024-12-26 06:38:57 +00:00
Another attempt at fixing WP
This commit is contained in:
parent
0ff370a573
commit
609f78280a
|
@ -31,8 +31,8 @@ containers:
|
|||
restart: always
|
||||
environment:
|
||||
WORDPRESS_DB_HOST: $APP_WORDPRESS_DB_IP
|
||||
WORDPRESS_DB_USER: root
|
||||
WORDPRESS_DB_PASSWORD: somewordpress
|
||||
WORDPRESS_DB_USER: wordpress
|
||||
WORDPRESS_DB_PASSWORD: wordpress
|
||||
WORDPRESS_DB_NAME: wordpress
|
||||
WORDPRESS_CONFIG_EXTRA: |
|
||||
define('FS_METHOD','direct');
|
||||
|
@ -46,3 +46,4 @@ containers:
|
|||
MARIADB_DATABASE: wordpress
|
||||
MARIADB_USER: wordpress
|
||||
MARIADB_PASSWORD: wordpress
|
||||
user: 1000:1000
|
||||
|
|
Loading…
Reference in New Issue
Block a user