Skip to content

Instantly share code, notes, and snippets.

@kmvan
Created April 21, 2026 02:04
Show Gist options
  • Select an option

  • Save kmvan/1308e23c1cea5c3b98b5fe86cbc6ba5f to your computer and use it in GitHub Desktop.

Select an option

Save kmvan/1308e23c1cea5c3b98b5fe86cbc6ba5f to your computer and use it in GitHub Desktop.
docker postgresql
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment