TimJDFletcher / dockerfiles

Useful Dockerfiles
12 stars 5 forks source link

Doesn't start on Raspberry Pi #2

Closed Vannixxo closed 4 years ago

Vannixxo commented 4 years ago

I can't make it work on Raspberry Pi 4 with or without composer, it always tries to restart

TimJDFletcher commented 4 years ago

I've built and tested this on a Pi4 without issues today

TimJDFletcher commented 4 years ago

I've pushed a multi arch tag to dockerhub if you want to test it:

docker pull timjdfletcher/samba-timemachine:test
docker run -t \
    -v /backups/timemachine:/backups \
    -p 10445:445 \
    --restart unless-stopped timjdfletcher/samba-timemachine:latest