YACReader Server¶
Description¶
YACReader is for Reading, Browsing, And Managing your Digital Comics Collection.
Example Docker Compose Override¶
services:
yacreaderlibraryserver:
image: muallin/yacreaderlibrary-server-docker:latest
container_name: yacreaderlibraryserver
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKER_VOLUME_CONFIG}/yacreaderlibraryserver:/config
- ${DOCKER_VOLUME_STORAGE}:/storage
ports:
- "8080:8080"