Update readme

This commit is contained in:
Ramon Wenger 2023-12-21 17:43:01 +01:00
parent 94e9649754
commit 5ebbc43961
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Sources
- To dockerize the DB, after installing docker, run the following command:
```
docker run --name skillboxdb -d -p 5432:5432 -e POSTGRES_PASSWORD=skillbox -e POSTGRES_USER=skillbox -e POSTGRES_DB=skillbox postgres:10-alpine
docker run --name skillboxdb -d -p 5432:5432 -e POSTGRES_PASSWORD=skillbox -e POSTGRES_USER=skillbox -e POSTGRES_DB=skillbox postgres
```
- After a reboot, start the container again with `docker start skillboxdb`