fix(service): Ghost using invalid base url (#7233)
This commit is contained in:
commit
c2d2bc74fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue