mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
update ghost
This commit is contained in:
@@ -20,11 +20,13 @@ $ docker-compose up -d
|
||||
$ docker-compose exec ghost bash
|
||||
>>> cd /var/lib/ghost/
|
||||
>>> sed -i 's@http://localhost:2368@https://blog.easypi.info@' config.js
|
||||
>>> sed -i '/google/d' themes/casper/default.hbs
|
||||
>>> grep -rIl 'googleapis' core content | xargs sed -i 's/googleapis/useso/g'
|
||||
>>> exit
|
||||
$ docker-compose restart
|
||||
```
|
||||
|
||||
> :warning: `useso.com` doesn't support https!
|
||||
|
||||
## Setup SSL
|
||||
|
||||
> Read [this][2] to setup SSL.
|
||||
|
||||
Reference in New Issue
Block a user