diff --git a/Dockerfile b/Dockerfile index ac1111a..82c35cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,6 @@ RUN apk update && apk add --no-cache bash curl docker-cli docker-cli-compose sup # Copy the script files into the container COPY entrypoint.sh /app/entrypoint.sh COPY dockcheck.sh /app/dockcheck.sh -COPY urls.list /app/urls.list COPY notify_templates /app/notify_templates COPY extras /app/extras COPY addons /app/addons diff --git a/compose-example.yaml b/compose-example.yaml index fb86825..82e7587 100644 --- a/compose-example.yaml +++ b/compose-example.yaml @@ -11,4 +11,5 @@ services: - /etc/localtime:/etc/localtime:ro - /var/run/docker.sock:/var/run/docker.sock - ./dockcheck.config:/app/dockcheck.config - - /path/to/projects/docker:/path/to/projects/docker:ro + - /path/to/projects/docker:/path/to/projects/docker:ro # add a volume (or volumes, if needed) mapping your Docker project directories to the container + - ./urls.list/:/app/urls.list # optional volume to enable displaying releasenote urls