DEV Community

Discussion on: Run PostgreSQL + PGAdmin in pods using podman

Collapse
 
chchrist profile image
Tolis Christomanos • Edited

Thank you for this article!

I encountered two problems.

I can't mount the local folder. This is a know issue apparently discussed here github.com/containers/podman/issue...

I can't get it to work from the cli with psql. I exposed 5432 as well but it does nothing...
Fixed I exposed the port correctly -p 5432:5432