apache2 update

This commit is contained in:
Anatolii Zimovskii 2022-05-07 03:27:12 +03:00
parent f7eb66e5a2
commit 497b7c514b
Signed by: stam
GPG Key ID: AA3A575AB99E8469
6 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,7 @@
* legacy images are replaced by new base images. see `epicmorg/debian` section.
* added `nodejs18`
* updated `jira8`, `bitbucket`, `vscode`
* updated `apache2`
* `february, march`
* new `nextcloud` images, updated `atlassian` images.
* new `nodejs` iamges.

View File

@ -105,6 +105,7 @@ HEALTHCHECK --interval=2m --timeout=3s CMD curl -f http://localhost:80/ || exit
# Add image configuration and scripts
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
RUN chmod 755 /usr/bin/docker-entrypoint.sh
RUN chown -Rf www-data:www-data /var/www
#Final config
VOLUME ["/var/www"]

View File

@ -98,6 +98,7 @@ HEALTHCHECK --interval=2m --timeout=3s CMD curl -f http://localhost:80/ || exit
# Add image configuration and scripts
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
RUN chmod 755 /usr/bin/docker-entrypoint.sh
RUN chown -Rf www-data:www-data /var/www
#Final config
VOLUME ["/var/www"]

View File

@ -98,6 +98,7 @@ HEALTHCHECK --interval=2m --timeout=3s CMD curl -f http://localhost:80/ || exit
# Add image configuration and scripts
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
RUN chmod 755 /usr/bin/docker-entrypoint.sh
RUN chown -Rf www-data:www-data /var/www
#Final config
VOLUME ["/var/www"]

View File

@ -105,6 +105,7 @@ HEALTHCHECK --interval=2m --timeout=3s CMD curl -f http://localhost:80/ || exit
# Add image configuration and scripts
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
RUN chmod 755 /usr/bin/docker-entrypoint.sh
RUN chown -Rf www-data:www-data /var/www
#Final config
VOLUME ["/var/www"]

View File

@ -106,6 +106,7 @@ HEALTHCHECK --interval=2m --timeout=3s CMD curl -f http://localhost:80/ || exit
# Add image configuration and scripts
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
RUN chmod 755 /usr/bin/docker-entrypoint.sh
RUN chown -Rf www-data:www-data /var/www
#Final config
VOLUME ["/var/www"]