headquarter/traefik/README.md
2022-12-30 09:18:57 +01:00

12 lines
164 B
Markdown

# Monitoring
## Run
```bash
docker network create web
touch acme.json
chmod 600 acme.json
cp traefik.example.yml traefik.yml # then edit
docker compose up -d
```