This repository has been archived on 2020-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
traefik.autonomic.zone/docker-compose.yml

16 lines
243 B
YAML
Raw Normal View History

2020-04-25 10:08:00 +00:00
---
version: "3.8"
2020-04-25 10:08:00 +00:00
services:
traefik:
image: "traefik:v2.2"
ports:
- "80:80"
- "8080:8080"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
- "letsencrypt:/etc/letsencrypt"
2020-04-25 10:08:00 +00:00
volumes:
letsencrypt: