Categorygithub.com/ishanmadhav/enmesh
repositorypackage
0.0.0-20230515201306-1a22389c08c8
Repository: https://github.com/ishanmadhav/enmesh.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Enmesh

Command to run Postgres container

docker run --name my-postgres-container -p 5432:5432 -e POSTGRES_PASSWORD=mysecretpassword -d postgres

The default command doesn't expose the port to the host port so this command is better suited for non Docker compose enviornments