Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichielDeMey committed Mar 26, 2015
1 parent fe992f3 commit 2d3b69e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# docker-postgresql
# Astromo's PostgreSQL Docker Container
PostgreSQL Docker container

## Build the container
Expand All @@ -7,4 +7,4 @@ Build our image using Docker

## Running the container
Run the container using
`docker run --name astromo-postgresql -e POSTGRES_PASSWORD=root -p 5432:5432 -d astromo/postgresql`
`docker run --name astromo-postgresql -e POSTGRES_PASSWORD=root -p 5432:5432 -d astromo/postgresql`

0 comments on commit 2d3b69e

Please sign in to comment.