Sha256: ec83b6d17451ad45ff9ebad030b4eb5df924138da91a13efe247a02c5499e8d4

Contents?: true

Size: 101 Bytes

Versions: 9

Compression:

Stored size: 101 Bytes

Contents

ARG POSTGRES_VERSION=latest

FROM postgres:${POSTGRES_VERSION}-alpine

CMD ["postgres"]

EXPOSE 5432

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
railsdock-0.4.0 lib/railsdock/templates/install/postgres/Dockerfile
railsdock-0.3.1 lib/railsdock/templates/install/postgres/Dockerfile
railsdock-0.3.0 lib/railsdock/templates/install/postgres/Dockerfile
railsdock-0.2.0 lib/railsdock/templates/install/postgres/Dockerfile
railsdock-0.1.4 lib/railsdock/templates/install/postgres/Dockerfile
railsdock-0.1.3 lib/railsdock/templates/install/postgres/Dockerfile
railsdock-0.1.2 lib/railsdock/templates/install/postgres/Dockerfile
railsdock-0.1.1 lib/railsdock/templates/install/postgres/Dockerfile
railsdock-0.1.0 lib/railsdock/templates/install/postgres/Dockerfile