Fixed docker ports for local development

This commit is contained in:
Nikolay Rozhkov
2023-06-20 03:57:09 +03:00
parent a3c4c79788
commit ea0669a62b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ Default is `https://kroki.io`
docker compose up --build
```
Then open http://localhost:8000
Then open http://localhost:3000
## Setup
+1 -1
View File
@@ -7,5 +7,5 @@ services:
volumes:
- ./src:/app/src
ports:
- 8080:8080
- 3000:3000
- 24678:24678