DEV Community

Cover image for How to Deploy PostgreSQL with Docker and Docker Compose

How to Deploy PostgreSQL with Docker and Docker Compose

Geoffrey Sagini Mogambi on November 15, 2023

In this article you will learn how to deploy PostgreSQL with Docker and Docker Compose. Postgres is a free, open source and advanced database manag...
Collapse
 
sidharrth profile image
Siv Deploys • Edited

As is Setup/Run Issues:
Steps specific to _Docker running in windows _missing

Collapse
 
geoff89 profile image
Geoffrey Sagini Mogambi

I have not gotten your point exactly. The above setup is run on Linux environment.

Collapse
 
sidharrth profile image
Siv Deploys

Docker is available in both Windows (Docker Desktop) and Linux. Steps work fine in Linux but on Widows Docker opening Powershell in Windows and running your steps needs some modifications.