mirror of
https://github.com/mag37/dockcheck.git
synced 2026-04-01 21:37:20 +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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue