infrastructure/ansible/roles/docker/files/traefik/docker-compose.yml
Jake Howard c184936114
Upgrade traefik
This is the first upgrade of a container through this repo, and it worked perfectly! 🎉
2020-02-07 08:40:04 +00:00

13 lines
272 B
YAML

version: "3"
services:
traefik:
container_name: traefik
image: traefik:v2.1.4
# command: "--log.level=DEBUG"
network_mode: host
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./traefik:/etc/traefik
restart: unless-stopped