Skip to content

Instantly share code, notes, and snippets.

@yknext
Created June 26, 2019 08:58
Show Gist options
  • Save yknext/fc059484c96dc780ba1dd4fba7cbd064 to your computer and use it in GitHub Desktop.
Save yknext/fc059484c96dc780ba1dd4fba7cbd064 to your computer and use it in GitHub Desktop.
raspberry-docker-compose-timemachine
version: '2'
services:
timemachine:
image: odarriba/timemachine-rpi
container_name: timemachine
restart: always
network_mode: host
volumes:
- /etc/localtime:/etc/localtime:ro
- /data:/timemachine
environment:
AFP_LOGIN: username
AFP_PASSWORD: password
AFP_NAME: raspberry
PUID: 0
PGID: 0
volumes:
data:
driver: local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment