Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
helisfreitas authored Oct 5, 2024
1 parent b9063ad commit 5dd7b7e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion my-delivery-registration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ If you want to learn more about Quarkus, please visit its website: <https://quar

## Running the application in dev mode
create docker-compose.yml file with content bellow

```
db:
container_name: quarkusdev-postgresdb
image: postgres:latest
Expand All @@ -17,7 +19,9 @@ create docker-compose.yml file with content bellow
POSTGRES_PASSWORD: 1234
POSTGRES_USER: user
POSTGRES_DB: app
run docker composer
```
run the docker composer file

```shell script
docker-compose up
Expand Down

0 comments on commit 5dd7b7e

Please sign in to comment.