Created
June 26, 2019 08:58
-
-
Save yknext/fc059484c96dc780ba1dd4fba7cbd064 to your computer and use it in GitHub Desktop.
raspberry-docker-compose-timemachine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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