up
This commit is contained in:
parent
e604e22d0c
commit
1b729f8b72
@ -24,22 +24,24 @@ services:
|
|||||||
image: dperson/samba:latest
|
image: dperson/samba:latest
|
||||||
container_name: samba
|
container_name: samba
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:139:139"
|
- "139:139"
|
||||||
- "127.0.0.1:445:445"
|
- "445:445"
|
||||||
volumes:
|
volumes:
|
||||||
- shelfly_upload:/mount
|
- shelfly_upload:/mount
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Paris
|
- TZ=Europe/Paris
|
||||||
command:
|
command:
|
||||||
- "-u" # création de l’utilisateur
|
- "-u"
|
||||||
- "cangui;GHT30k7"
|
- "cangui;GHT30k7"
|
||||||
- "-s" # partage “media” protégé
|
- "-s"
|
||||||
- "media;/mount;yes;no;no;cangui"
|
- "media;/mount;yes;no;no;cangui"
|
||||||
- "-g" # signature SMB obligatoire
|
- "-g"
|
||||||
- "server signing = mandatory"
|
- "server signing = mandatory"
|
||||||
- "-g"
|
- "-g"
|
||||||
- "smb encrypt = disabled"
|
- "smb encrypt = disabled"
|
||||||
- "-p" # ajuste les permissions filesystem
|
- "-g"
|
||||||
|
- "log level = 3"
|
||||||
|
- "-p"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
shelfly_upload:
|
shelfly_upload:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user