diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json index 6747a79..af78d80 100644 --- a/pi-hosted_template/template/portainer-v2.json +++ b/pi-hosted_template/template/portainer-v2.json @@ -3899,8 +3899,8 @@ ], "volumes": [ { - "bind": "/portainer/", - "container": "/mount" + "bind": "/portainer/Downloads", + "container": "/share" } ] }, diff --git a/template/portainer-v2-arm32.json b/template/portainer-v2-arm32.json index ef5d9ab..af78d80 100644 --- a/template/portainer-v2-arm32.json +++ b/template/portainer-v2-arm32.json @@ -3880,7 +3880,7 @@ "139:139/tcp", "445:445/tcp" ], - "command": "-s 'portainer:/mount:rw'", + "command": "-s 'portainer;/share;yes;no;yes'", "restart_policy": "unless-stopped", "title": "Samba", "type": 1, @@ -3899,8 +3899,8 @@ ], "volumes": [ { - "bind": "/portainer/", - "container": "/mount" + "bind": "/portainer/Downloads", + "container": "/share" } ] }, diff --git a/template/portainer-v2-arm64.json b/template/portainer-v2-arm64.json index 4ba8a45..bb3a7d7 100644 --- a/template/portainer-v2-arm64.json +++ b/template/portainer-v2-arm64.json @@ -3920,7 +3920,7 @@ "139:139/tcp", "445:445/tcp" ], - "command": "-s 'portainer:/mount:rw'", + "command": "-s 'portainer;/share;yes;no;yes'", "restart_policy": "unless-stopped", "title": "Samba", "type": 1, @@ -3939,8 +3939,8 @@ ], "volumes": [ { - "bind": "/portainer/", - "container": "/mount" + "bind": "/portainer/Downloads", + "container": "/share" } ] },