Skip to content
Snippets Groups Projects
Commit 7db1c059 authored by jurgenhaas's avatar jurgenhaas
Browse files

Use traefik 1.7.17 because the latest 2.0 is not yet compatible

parent 95637dac
No related branches found
Tags v1.1.4
No related merge requests found
......@@ -49,7 +49,7 @@ class Traefik {
'version' => '3',
'services' => [
'traefik' => [
'image' => 'traefik',
'image' => 'traefik:1.7.17',
'restart' => 'unless-stopped',
'command' => '-c /dev/null --web --docker --logLevel=DEBUG',
'networks' => [],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment