xthursdayx / yacreaderlibrary-server-docker

Docker image running a headless version of YACReaderLibraryServer 📦

Home Page:https://hub.docker.com/r/xthursdayx/yacreaderlibrary-server-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I can't docker-compose this docker

Giagoo opened this issue · comments

The steps are repeated

  1. docker pull ghcr.io/xthursdayx/yacreaderlibrary-server-docker:p7zip
    image
    2.Creat docker-compose.yml
    image
    3.docker-compose up -d
    image
    but, It doesn't work,Isn't that how it works? by the way , my system is here
    image

Try editing the tag in your docker-compose file to be p7zip, rather than [p7zip]:

---
version: "3"
services:
  yacreaderlibrary-server-docker:
    container_name: YACReaderLibraryServer
    image: xthursdayx/yacreaderlibrary-server-docker:p7zip
    environment:
      - PUID=1000
      - PGID=100
      - TZ=Asia/Shanghai
    volumes:
      - /path/to/config:/config
      - /path/to/comics:/comics
    ports:
      - 8080:8080
    restart: unless-stopped

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.