self-hosted/nginx/README.md
2022-02-05 09:05:24 +01:00

23 lines
404 B
Markdown

# Installation
```
git clone https://github.com/atareao/self-hosted.git
cd self-hosted/nginx
mkdir html
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
```