Files
exchange/laradock/postgres-postgis/Dockerfile
T
2018-04-20 15:43:12 +08:00

8 lines
110 B
Docker

FROM mdillon/postgis:latest
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
CMD ["postgres"]
EXPOSE 5432