Error creating TLS config (v1.3.7)
问题 I've been fiddling with Traefik for a few hours and find it extremely interesting. However, I've ran into a problem that I can't seem to solve by myself. It's a very simple setup, just trying to test the HTTP to HTTPS redirection and my SSL certificates. I have the following docker-compose.yml version: '2' services: traefik: image: traefik:v1.3.7-alpine ports: - "80:80" - "443:443" - "8080:8080" volumes: - /var/run/docker.sock:/var/run/docker.sock:z - /opt/dockerapp/rocketchat/traefik/traefik