mirror of
https://codeberg.org/angestoepselt/refund-form.git
synced 2025-05-24 14:46:16 +00:00
changed ALPINE_VERSION to 3.16
This commit is contained in:
parent
86f7ad0990
commit
15e37b3cb7
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
ARG ALPINE_VERSION=3.14
|
||||
ARG ALPINE_VERSION=3.16
|
||||
FROM alpine:${ALPINE_VERSION}
|
||||
LABEL Maintainer="Matthias Hemmerich matthias+code@mailbro.de"
|
||||
LABEL Description="Forked from https://github.com/TrafeX/docker-php-nginx, Lightweight container with Nginx 1.20 & PHP 8.0 based on Alpine Linux."
|
||||
|
|
@ -41,5 +41,5 @@ EXPOSE 80
|
|||
# Let supervisord start nginx & php-fpm
|
||||
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
|
||||
|
||||
# Configure a healthcheck to validate that everything is up&running
|
||||
# Configure a healthcheck to validate that everything is up & running
|
||||
HEALTHCHECK --timeout=10s CMD curl --silent --fail http://127.0.0.1:80/fpm-ping
|
||||
Loading…
Add table
Reference in a new issue