Update README.md to add Java-based start instructions alongside Docker setup
Build and Push Docker Image / build-and-push (push) Successful in 15s
Build and Push Docker Image / build-and-push (push) Successful in 15s
This commit is contained in:
@@ -14,7 +14,14 @@ A Spring Boot web service that automatically fetches, manages, and serves Javado
|
|||||||
|
|
||||||
JRE-21 or docker
|
JRE-21 or docker
|
||||||
|
|
||||||
## Docker
|
## Start
|
||||||
|
### ... with Java
|
||||||
|
|
||||||
|
```bash
|
||||||
|
java -jar jdvc-<version>.jar --spring.config.import=file:./jdvs.yml
|
||||||
|
```
|
||||||
|
|
||||||
|
### .. with Docker
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
|
|||||||
Reference in New Issue
Block a user