1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00

update ghost

This commit is contained in:
kev 2016-06-06 18:24:00 +08:00
parent 3d7a69c09b
commit e1cbdafee6

View File

@ -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.