Skip to content

Commit

Permalink
Use a different port for the kroki container
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Sep 26, 2024
1 parent da235e8 commit b3c42c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ asciidoc:
# Convert diagrams to SVG on the server
kroki-fetch-diagram: true
# Kroki runs locally via `docker compose up -d`
kroki-server-url: http://localhost:8000
kroki-server-url: http://localhost:8005
antora:
extensions:
- '@antora/lunr-extension'
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
kroki:
image: yuzutech/kroki
Expand All @@ -7,7 +6,7 @@ services:
environment:
- KROKI_MERMAID_HOST=mermaid
ports:
- "8000:8000"
- "8005:8000"
mermaid:
image: yuzutech/kroki-mermaid
expose:
Expand Down
2 changes: 1 addition & 1 deletion local-antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ asciidoc:
# Convert diagrams to SVG on the server
kroki-fetch-diagram: true
# Kroki runs locally via `docker compose up -d`
kroki-server-url: http://localhost:8000
kroki-server-url: http://localhost:8005/
antora:
extensions:
- '@antora/lunr-extension'

0 comments on commit b3c42c3

Please sign in to comment.