docker build -t docs .
docker run -it -e REPOSITORY=REPOSITORY_URL -p "80:80" -p "9000:9000" docs
where
docker run -it -e WEBHOOK_URL_PREFIX=<WEBHOOK_URL_PREFIX> -v "$(pwd)/config:/usr/local/bin" -e REPOSITORY=REPOSITORY_URL -p "80:80" -p "9000:9000" docs
where
WEBHOOK_URLPREFIX: is an optional parameter to update the webhook url prefix.
config is a folder with the hooks.json file.
Content type
Image
Digest
sha256:b23c6d093…
Size
424.8 MB
Last updated
over 3 years ago
docker pull denbicloud/mkdocswebhook:2.7.0-staging