4 lines
118 B
Bash
4 lines
118 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
podman run --name postgres --network=host --cpus 2 --memory 1g -e POSTGRES_PASSWORD=password -d postgres
|