pique/_experiments/2024-03-02-database-benchmark/start-pg.sh

4 lines
118 B
Bash
Executable File

#!/bin/bash
podman run --name postgres --network=host --cpus 2 --memory 1g -e POSTGRES_PASSWORD=password -d postgres