feature: configure stop signal
All checks were successful
Main / build (push) Successful in 1m42s

This commit is contained in:
RouxAntoine 2024-03-03 15:47:16 +01:00
parent 3698ac1a76
commit b802e801ad
Signed by: antoine
GPG Key ID: 098FB66FC0475E70

View File

@ -10,6 +10,8 @@ ENV LANG fr_FR.utf8
ENV PURGE_OLD false ENV PURGE_OLD false
ENTRYPOINT ["docker-entrypoint.sh"] ENTRYPOINT ["docker-entrypoint.sh"]
# this is the default but in case of
STOPSIGNAL SIGTERM
EXPOSE 5432 EXPOSE 5432
CMD ["postgres"] CMD ["postgres"]