Files
c-cms-legacy/.devcontainer/laradock/postgres-postgis/Dockerfile
2021-08-30 20:37:43 +00:00

8 lines
110 B
Docker

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