smb
This commit is contained in:
parent
c2a749dac8
commit
5738e01269
@ -19,4 +19,14 @@ services:
|
||||
# tu laisses tout ce que Dokploy met déjà, ET tu ajoutes :
|
||||
- traefik.http.middlewares.webdav-allow-methods.headers.accesscontrolallowmethods=GET,PUT,POST,DELETE,PROPFIND,OPTIONS,LOCK,UNLOCK,HEAD
|
||||
- traefik.http.middlewares.webdav-allow-methods.headers.accesscontrolallowheaders=Authorization,Depth,Content-Type,If-Modified-Since,User-Agent,Destination,Overwrite
|
||||
smb:
|
||||
image: dperson/samba
|
||||
ports:
|
||||
- "139:139"
|
||||
- "445:445"
|
||||
environment:
|
||||
- USER=admin;password=supersecret
|
||||
volumes:
|
||||
- ./upload:/mount
|
||||
command: "-u 'cangui;GHT30k7!' -s 'media;/mount;yes;no' -p"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user