Browse Source

fixed samba command

novaspirit 3 years ago
parent
commit
df696fe892
2 changed files with 2 additions and 2 deletions
  1. 1 1
      template/portainer-v2-arm32.json
  2. 1 1
      template/portainer-v2-arm64.json

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

@@ -3880,7 +3880,7 @@
 				"139:139/tcp",
 				"445:445/tcp"
 			],
-			"command": "--hostname 'pihosted'",
+			"command": "-s 'mount:/mount:rw'",
 			"restart_policy": "unless-stopped",
 			"title": "Samba",
 			"type": 1,

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

@@ -3920,7 +3920,7 @@
 				"139:139/tcp",
 				"445:445/tcp"
 			],
-			"command": "--hostname 'pihosted'",
+			"command": "-s 'mount:/mount:rw'",
 			"restart_policy": "unless-stopped",
 			"title": "Samba",
 			"type": 1,