docs: Fix postgresql typo in docker-compose
This commit is contained in:
committed by
Jens Kristian Villadsen
parent
7dd1619369
commit
c88d26d2e5
@@ -289,7 +289,7 @@ reached at http://localhost:8080/.
|
|||||||
In order to use another port, change the `ports` parameter
|
In order to use another port, change the `ports` parameter
|
||||||
inside `docker-compose.yml` to `8888:8080`, where 8888 is a port of your choice.
|
inside `docker-compose.yml` to `8888:8080`, where 8888 is a port of your choice.
|
||||||
|
|
||||||
The docker compose set also includes my PoPostgreSQL database, if you choose to use PostgreSQL instead of H2, change the following
|
The docker compose set also includes PostgreSQL database, if you choose to use PostgreSQL instead of H2, change the following
|
||||||
properties in `src/main/resources/application.yaml`:
|
properties in `src/main/resources/application.yaml`:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user