Skip to content

Instantly share code, notes, and snippets.

@extrimua
Created April 6, 2022 13:35
Show Gist options
  • Save extrimua/5a075ac2b8d38c5649be1fac1314b4f7 to your computer and use it in GitHub Desktop.
Save extrimua/5a075ac2b8d38c5649be1fac1314b4f7 to your computer and use it in GitHub Desktop.
docker run -d \
--name postgres \
-p 5432:5432 \
-e POSTGRES_PASSWORD=password \
-e POSTGRES_USER=postgres \
-e POSTGRES_DB=postgres \
-v postgresql_data=/var/lib/postgresql/data \
postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment