db can keep id no problem

This commit is contained in:
2025-05-15 20:26:41 +02:00
parent 0f2b96ebee
commit 68794a2e77

View File

@@ -55,6 +55,7 @@ mv $CONTAINER_PREFIX-$CONTAINER_REDIS.service ./systemd-units/
podman create \
--name $CONTAINER_POSTGRES \
--network $NETWORK \
--userns keep-id \
-p $DATABASE_PORT:5432 \
-e POSTGRES_USER=$DB_USERNAME \
-e POSTGRES_PASSWORD=$DB_PASSWORD \