fix(service): Ghost using invalid base url (#7233)

This commit is contained in:
Andras Bacsai 2025-11-24 12:59:46 +01:00 committed by GitHub
commit c2d2bc74fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ services:
- ghost-content-data:/var/lib/ghost/content
environment:
- SERVICE_URL_GHOST_2368
- url=$SERVICE_URL_GHOST_2368
- url=$SERVICE_URL_GHOST
- database__client=mysql
- database__connection__host=mysql
- database__connection__user=$SERVICE_USER_MYSQL