From d86593da42cf9f5a1d57140476d97b12b9f05756 Mon Sep 17 00:00:00 2001 From: Matt Bentley Date: Thu, 15 Oct 2020 07:55:37 -0400 Subject: [PATCH] Changed latest to SMB; fixes #38 Signed-off-by: Matt Bentley --- Dockerfile | 2 +- README.md | 6 +++--- timemachine-compose.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index f8810f6..20dbcb9 120000 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1 @@ -Dockerfile.afp \ No newline at end of file +Dockerfile.smb \ No newline at end of file diff --git a/README.md b/README.md index adbb847..e3ad959 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ docker image to run Samba or AFP (netatalk) to provide a compatible Time Machine ## Tags -* `latest`, `afp` - AFP image based off of debian:jessie -* `smb` - SMB image based off of alpine:latest +* `latest`, `smb` - SMB image based off of alpine:latest * `smb-armv7l` - SMB image based off of alpine:latest for the `armv7l` architecture +* `afp` - AFP image based off of debian:jessie _(deprecated but still available)_ -__Warning__: I would strongly suggest migrating to the SMB image as AFP is being deprecated by Apple and I've found it to be much more stable. I do not plan on adding any new features to the AFP based config and I [plan on switching the default image in the `latest` tag to the SMB variant](https://github.com/mbentley/docker-timemachine/issues/38) soon. +__Warning__: I would strongly suggest migrating to the SMB image as AFP is being deprecated by Apple and I've found it to be much more stable. I do not plan on adding any new features to the AFP based config and I [switched the default image in the `latest` tag to the SMB variant on October 15, 2020](https://github.com/mbentley/docker-timemachine/issues/38). To pull this image: `docker pull mbentley/timemachine:smb` diff --git a/timemachine-compose.yml b/timemachine-compose.yml index 02102de..734241d 120000 --- a/timemachine-compose.yml +++ b/timemachine-compose.yml @@ -1 +1 @@ -timemachine-compose-afp.yml \ No newline at end of file +timemachine-compose-smb.yml \ No newline at end of file