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