mirror of
https://github.com/mag37/dockcheck.git
synced 2026-04-06 16:12:31 +02:00
Use optional volume instead of building with urls.list. Add comments to compose-example.yaml.
This commit is contained in:
parent
867b14d409
commit
3e5a0e1a1a
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue