diff --git a/justfile b/justfile index 651104d..6fc775d 100644 --- a/justfile +++ b/justfile @@ -39,7 +39,7 @@ dbstart: --rm \ -it \ -e POSTGRES_PASSWORD=postgres \ - -v $PWD/tmp/db:/var/lib/postgres/data \ + -v $PWD/tmp/db:/var/lib/postgresql/data \ -p 127.0.0.1:5432:5432 \ docker.io/library/postgres:15.2-alpine3.17