Skip to content

Container with SMBv1 built-in

Notifications You must be signed in to change notification settings

Santobert/SMBv1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMBv1

Container with SMBv1 built-in

docker-compose.yml

services:
  smbv1:
    image: ghcr.io/santobert/smbv1:main
    environment:
      PASS: "smbv1"
    volumes:
      - /opt/paperless/consume:/media/consume
    ports:
      - 137:137
      - 138:138
      - 139:139
      - 445:445
    restart: unless-stopped

About

Container with SMBv1 built-in

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages