This repository has been archived on 2021-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
docker-ghost/rootfs/usr/local/etc/ghost.example.conf

13 lines
147 B
Plaintext

{
"url": "https://my-ghost-blog.com",
"server": {
"host": "0.0.0.0",
"port": "2368"
},
"mail": {
"transport": "Direct"
}
}