Skip to content

Commit

Permalink
updated the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed May 11, 2024
1 parent 3ef3ef1 commit 744062b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ There are a few environment variables available:
```bash
docker compose -f docker-compose.local.yml up -d
```
The docker compose will start the server and a mariadb instance (=> without the grpc-web layer and without routing/certificates to worry about)
The server will be available at `localhost:50051` and the mariadb instance at `localhost:3306`.
Additionally, docker creates the volume `campus-db-data` to persist the data of the mariadb instances.
The docker compose will start the server and a mysql instance (=> without the grpc-web layer and without routing/certificates to worry about)
The server will be available at `localhost:50051` and the mysql instance at `localhost:3306`.
Additionally, docker creates the volume `campus-db-data` to persist the data of the mysql instances.

### Environment Variables
The following environment variables need to be set for the server to work properly:
Expand Down

0 comments on commit 744062b

Please sign in to comment.