View Single Post
Old 08-29-2018, 10:03 AM   #2
mariosipad
Guru
mariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watch
 
Posts: 725
Karma: 10738
Join Date: Nov 2012
Device: iPad & iPhone with Marvin 2 + 3 & Kobo Glo HD
This one (docker image) should work:

https://hub.docker.com/r/lsioarmhf/cops/

First
Code:
docker pull lsioarmhf/cops
then follow the explanation in the url.
Code:
docker create \
    --name=cops \
    -v <path to data>:/config \
    -v <path to data>:/books \
    -e PGID=<gid> -e PUID=<uid>  \
    -e TZ=<timezone> \
    -p 80:80 \
    lsioarmhf/cops
then
Code:
docker start cops
Success!
mariosipad is offline   Reply With Quote