self-hosted/ghost/README.md
Lorenzo Carbonell 7c011cd992 add ghost2
2022-04-01 21:47:56 +02:00

24 lines
405 B
Markdown

# Installation
```
git clone https://github.com/atareao/self-hosted.git
cd self-hosted/ghost
mkdir blog
cp sample.env .env
```
If you want to work with Traefik,
```
docker-compose -f docker-compose.yml -f docker-compose.traefik.yml up -d
docker-compose logs -f
```
If you want to work with Caddy,
```
docker-compose -f docker-compose.yml -f docker-compose.caddy.yml up -d
docker-compose logs -f
```