traefik/compose.host.yml
3wc 25f89d6b4c Make host-mode networking optional..
..and add missing LETS_ENCRYPT_EMAIL to example env
2020-10-25 23:58:47 +02:00

16 lines
238 B
YAML

---
version: "3.8"
services:
traefik:
ports:
- target: 80
published: 80
mode: host
- target: 443
published: 443
mode: host
- target: 2222
published: 2222
mode: host