Created
March 9, 2026 13:55
-
-
Save fdonzello/dbf6b62860a9480df31fa00b2a874206 to your computer and use it in GitHub Desktop.
Postgres
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| podman run -d \ | |
| --name postgres-quarkus \ | |
| -e POSTGRES_USER=quarkus \ | |
| -e POSTGRES_PASSWORD=quarkus \ | |
| -e POSTGRES_DB=quarkusshop \ | |
| -p 5444:5432 \ | |
| -v pgdata:/var/lib/postgresql/data \ | |
| postgres:17-alpine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment