From 92c5d5a73526806c3ac136f05e21df93e88a1d82 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Fri, 11 Nov 2022 20:42:08 +0000 Subject: [PATCH] changed readme --- 20-create-db.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/20-create-db.sh b/20-create-db.sh index a349167..386502c 100755 --- a/20-create-db.sh +++ b/20-create-db.sh @@ -11,6 +11,5 @@ podman run -d \ -e POSTGRES_PASSWORD=$PG_PASS \ -e POSTGRES_DB=$PG_NAME \ -v ./postgres:/var/lib/postgresql/data \ - -v ./config:/config:ro \ postgres:14.6-alpine