mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Merge pull request #1677 from mraf/wordpress-template
fix: add env variables for wordpress template without database
This commit is contained in:
commit
31cbf552a2
1 changed files with 4 additions and 0 deletions
|
|
@ -9,3 +9,7 @@ services:
|
|||
- wordpress-files:/var/www/html
|
||||
environment:
|
||||
SERVICE_FQDN:
|
||||
WORDPRESS_DB_HOST: $SERVICE_DB_HOST_WORDPRESS
|
||||
WORDPRESS_DB_USER: $SERVICE_USER_WORDPRESS
|
||||
WORDPRESS_DB_PASSWORD: $SERVICE_PASSWORD_WORDPRESS
|
||||
WORDPRESS_DB_NAME: $SERVICE_DB_NAME_WORDPRESS
|
||||
|
|
|
|||
Loading…
Reference in a new issue