From 5ebbc4396142e8b0fcecc0d27bf8510e933cabbd Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 21 Dec 2023 17:43:01 +0100 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a33c10b3..406e4ab0 100644 --- a/README.md +++ b/README.md @@ -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`