Browse Source

fix for traefik container acme.json (#249)

On installation it fails because missing "/"
Alican 3 years ago
parent
commit
5b074253be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      template/portainer-v2-arm64.json

+ 1 - 1
template/portainer-v2-arm64.json

@@ -5149,7 +5149,7 @@
 				},
 				},
 				{
 				{
 					"bind": "/portainer/Files/AppData/Config/traefik/acme.json",
 					"bind": "/portainer/Files/AppData/Config/traefik/acme.json",
-					"container": "acme.json"
+					"container": "/acme.json"
 				},
 				},
 				{
 				{
 					"bind": "/var/run/docker.sock",
 					"bind": "/var/run/docker.sock",