diff --git a/Dockerfile b/Dockerfile index 700c051..9925750 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ RUN pip install --no-cache-dir -r requirements.txt -COPY app /app/app +COPY app /app ENV CONTENT_BASE_DIR=/library \ PAGE_SIZE=50 \ diff --git a/compose.yaml b/compose.yaml index 3c0ed82..16c0d8e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,7 +1,6 @@ services: comicopds: build: . - image: comicopds:latest ports: - "8382:8080" environment: @@ -13,5 +12,5 @@ services: OPDS_BASIC_PASS: "change-me" ENABLE_WATCH: "false" # true/false (not 1/0) volumes: - - /path/to/your/comics:/library:ro + - "/mnt/disk1/Comics/ComicRack/Oni Press:/library:ro" - ./data:/data