Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.
/ tm-smb Public archive

Docker image to run Samba to provide a compatible Time Machine for MacOS

License

Notifications You must be signed in to change notification settings

alexanderek/tm-smb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time Machine

Docker images to run Samba && Avahi to provide a compatible Time Machine for MacOS.

docker-compose

version: '2'
services:

  tm-smb:
    image: alexanderek/tm-smb
    container_name: tm-smb
    ports:
      - 445:445/tcp
    volumes:
      - tm-data:/tm
    restart: unless-stopped

  tm-avahi:
    image: alexanderek/tm-avahi
    container_name: tm-avahi
    network_mode: host
    restart: unless-stopped

volumes:
  tm-data:
    driver: local
    driver_opts:
      type: 'none'
      o: 'bind'
      device: '/mnt/storage/tm-data'

About

Docker image to run Samba to provide a compatible Time Machine for MacOS

Resources

License

Stars

Watchers

Forks