Skip to content

Commit 1489519

Browse files
committed
fix typo
1 parent f31358e commit 1489519

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ This repository contains the backend of the DinoDev project.
1313
The frontend URL is used to provide a direct link from issues. The given URL is the default URL of the Gropius
1414
frontend when running locally.
1515
When using a deployed version, ask the administrator for the secret.
16-
3. Run `docker-compose up` to start the backend.
16+
3. Run `docker compose up` to start the backend.
1717

1818
## Dev Setup
1919

2020
1. Follow the instructions of the first step in the previous section.
21-
2. Only run the database, i.e., `docker-compose up database-scrum-game`.
22-
3. Edit the `application-dev` properties similar to step 2 in the previous section. With the default setup, only the
21+
2. Only run the database, i.e., `docker compose up database-scrum-game`.
22+
3. Edit the `application-dev` properties similar to step 2 in the previous section. With the default Gropius setup, only
23+
the
2324
secret needs to be changed.
2425
4. Run the backend in the `dev` profile: `./gradlew bootRun --args='--spring.profiles.active=dev'`. Or simply use an
2526
IntelliJ run configuration, but make sure to set the `dev` profile in the run configuration.

0 commit comments

Comments
 (0)