db can keep id no problem
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user