Sign inSign up

schaepher/camunda-docs

By schaepher

•Updated about 6 years ago

camunda docs

Image
0

491

schaepher/camunda-docs repository overview

⁠camunda-docs

Source from: https://github.com/camunda/camunda-docs-manual⁠

Dockerfile: https://github.com/schaepher-docker/camunda-docs⁠

⁠usage

docker run -d -p "8080:80" schaepher/camunda-docs:latest

http://localhost:8080⁠

⁠docker-compose

version: "3"

services:
  camunda-docs:
    image: schaepher/camunda-docs:latest
    ports:
      - "8080:80"

docker-compose up -d

http://localhost:8080⁠

Tag summary

Content type

Image

Digest

Size

47.7 MB

Last updated

about 6 years ago

docker pull schaepher/camunda-docs