docker run -d \
--name postgres-zhparser \
-p 5432:5432 \
-e POSTGRES_PASSWORD=your_password \
ghcr.io/mnixry/postgres-zhparser:18
docker exec -it postgres-zhparser psql -U postgres
Created
April 21, 2026 02:04
-
-
Save kmvan/1308e23c1cea5c3b98b5fe86cbc6ba5f to your computer and use it in GitHub Desktop.
docker postgresql
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment