From fd98afafb63b172f05e067d40bb13c09c72e3d3d Mon Sep 17 00:00:00 2001 From: mixel Date: Mon, 14 Oct 2024 23:24:55 +0200 Subject: [PATCH] Update docs/SETUP.md --- docs/SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/SETUP.md b/docs/SETUP.md index 583afbe..81051c8 100644 --- a/docs/SETUP.md +++ b/docs/SETUP.md @@ -43,7 +43,7 @@ docker image remove apfelnetzwerk-backend docker ps ``` -2. attach a shell to the running postgres docker container +2. attach a shell to the running backend docker container ```bash docker exec -it /bin/bash ```