Files
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