Skip to content

Instantly share code, notes, and snippets.

@JakobMiksch
Created August 9, 2024 13:17
Show Gist options
  • Select an option

  • Save JakobMiksch/3765715af3a9a4be62c4de58b2ccea85 to your computer and use it in GitHub Desktop.

Select an option

Save JakobMiksch/3765715af3a9a4be62c4de58b2ccea85 to your computer and use it in GitHub Desktop.
Access Postgres in docker compose setup
docker compose exec {{service-name}} psql -U {{db-user}} -h localhost {{db-name}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment