#docker Ubooquity
Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks.
Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer.
git clone --depth=1 https://github.com/hurricanehernandez/ubooquity.git
cd ubooquity
docker build --rm=true -t ubooquity .
Location of configurations files, logs, and jar file of Ubooquity.
Location of files you wish to share via Ubooquity.
Port to be used by Ubooquity default port is 8085.
- Run the docker command.
docker run -d -p 8085:8085 -v /*Ubooquity_cofing_dir*:/config -v /*your_media_location*:/media -v /etc/localtime:/etc/localtime:ro --name=Ubooquity hurricane/ubooquity