traefik/compose.host.yml

16 lines
229 B
YAML
Raw Normal View History

---
version: "3.8"
services:
2020-10-27 07:44:08 +00:00
app:
deploy:
update_config:
order: stop-first
ports:
- target: 80
published: 80
mode: host
- target: 443
published: 443
mode: host