fixed volumes on samba

This commit is contained in:
novaspirit
2021-11-17 15:19:36 -05:00
parent dac0410140
commit ee0b09912c
3 changed files with 8 additions and 8 deletions

View File

@@ -3899,8 +3899,8 @@
],
"volumes": [
{
"bind": "/portainer/",
"container": "/mount"
"bind": "/portainer/Downloads",
"container": "/share"
}
]
},

View File

@@ -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"
}
]
},

View File

@@ -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"
}
]
},