Fixed docker ports for local development
This commit is contained in:
@@ -43,7 +43,7 @@ Default is `https://kroki.io`
|
|||||||
docker compose up --build
|
docker compose up --build
|
||||||
```
|
```
|
||||||
|
|
||||||
Then open http://localhost:8000
|
Then open http://localhost:3000
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -7,5 +7,5 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./src:/app/src
|
- ./src:/app/src
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 3000:3000
|
||||||
- 24678:24678
|
- 24678:24678
|
||||||
|
|||||||
Reference in New Issue
Block a user