mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
update ghost
This commit is contained in:
parent
3d7a69c09b
commit
e1cbdafee6
@ -20,11 +20,13 @@ $ docker-compose up -d
|
|||||||
$ docker-compose exec ghost bash
|
$ docker-compose exec ghost bash
|
||||||
>>> cd /var/lib/ghost/
|
>>> cd /var/lib/ghost/
|
||||||
>>> sed -i 's@http://localhost:2368@https://blog.easypi.info@' config.js
|
>>> 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
|
>>> exit
|
||||||
$ docker-compose restart
|
$ docker-compose restart
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> :warning: `useso.com` doesn't support https!
|
||||||
|
|
||||||
## Setup SSL
|
## Setup SSL
|
||||||
|
|
||||||
> Read [this][2] to setup SSL.
|
> Read [this][2] to setup SSL.
|
||||||
|
Loading…
Reference in New Issue
Block a user