We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250abef commit ccfa355Copy full SHA for ccfa355
docker-compose.yaml
@@ -1,6 +1,6 @@
1
services:
2
kroki:
3
- image: yuzutech/kroki:0.24.1
+ image: yuzutech/kroki:0.28.0
4
ports:
5
- "8000:8000" # Expose localhost:8000
6
# this is required for the test_main.py to directly use kroki
@@ -21,4 +21,4 @@ services:
21
# the .env file contains the parameter which the user can set
22
env_file:
23
- path: .env
24
- required: true # default is true
+ required: true # default is true
0 commit comments