Skip to content

Commit cf23c0d

Browse files
MayuriXxCopilot
andcommitted
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1df12ec commit cf23c0d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,14 @@ mvn spring-boot:run
8484
### With Maven installed
8585
./mvnw spring-boot:run
8686
### With the Maven Wrapper (recommended)
87+
88+
## Running PostgreSQL with Docker
89+
90+
1. Copy the environment template and adjust values as needed:
91+
92+
```bash
93+
cp .env.template .env
94+
# then edit .env to set database name, user, password, etc.
8795
## 🚀 Running the project
8896
### Properties to configure
8997

0 commit comments

Comments
 (0)