fix(service): Ghost using invalid base url
This commit is contained in:
parent
262a960df1
commit
0bfee3ad33
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