diff --git a/Doku/docker-compose.yaml b/Doku/docker-compose.yaml new file mode 100644 index 0000000..f3b22ec --- /dev/null +++ b/Doku/docker-compose.yaml @@ -0,0 +1,9 @@ +services: + app: + image: amerkurev/doku:latest + volumes: + - /var/run/docker.sock:/var/run/docker.sock:ro \ + - /:/hostroot:ro \ + ports: + - ${DOKU_PORT}:9090 + restart: unless-stopped \ No newline at end of file