mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-12 14:47:55 +03:00
apache2 update
This commit is contained in:
parent
f7eb66e5a2
commit
497b7c514b
@ -5,6 +5,7 @@
|
|||||||
* legacy images are replaced by new base images. see `epicmorg/debian` section.
|
* legacy images are replaced by new base images. see `epicmorg/debian` section.
|
||||||
* added `nodejs18`
|
* added `nodejs18`
|
||||||
* updated `jira8`, `bitbucket`, `vscode`
|
* updated `jira8`, `bitbucket`, `vscode`
|
||||||
|
* updated `apache2`
|
||||||
* `february, march`
|
* `february, march`
|
||||||
* new `nextcloud` images, updated `atlassian` images.
|
* new `nextcloud` images, updated `atlassian` images.
|
||||||
* new `nodejs` iamges.
|
* new `nodejs` iamges.
|
||||||
|
@ -105,6 +105,7 @@ HEALTHCHECK --interval=2m --timeout=3s CMD curl -f http://localhost:80/ || exit
|
|||||||
# Add image configuration and scripts
|
# Add image configuration and scripts
|
||||||
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
|
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
|
||||||
RUN chmod 755 /usr/bin/docker-entrypoint.sh
|
RUN chmod 755 /usr/bin/docker-entrypoint.sh
|
||||||
|
RUN chown -Rf www-data:www-data /var/www
|
||||||
|
|
||||||
#Final config
|
#Final config
|
||||||
VOLUME ["/var/www"]
|
VOLUME ["/var/www"]
|
||||||
|
@ -98,6 +98,7 @@ HEALTHCHECK --interval=2m --timeout=3s CMD curl -f http://localhost:80/ || exit
|
|||||||
# Add image configuration and scripts
|
# Add image configuration and scripts
|
||||||
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
|
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
|
||||||
RUN chmod 755 /usr/bin/docker-entrypoint.sh
|
RUN chmod 755 /usr/bin/docker-entrypoint.sh
|
||||||
|
RUN chown -Rf www-data:www-data /var/www
|
||||||
|
|
||||||
#Final config
|
#Final config
|
||||||
VOLUME ["/var/www"]
|
VOLUME ["/var/www"]
|
||||||
|
@ -98,6 +98,7 @@ HEALTHCHECK --interval=2m --timeout=3s CMD curl -f http://localhost:80/ || exit
|
|||||||
# Add image configuration and scripts
|
# Add image configuration and scripts
|
||||||
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
|
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
|
||||||
RUN chmod 755 /usr/bin/docker-entrypoint.sh
|
RUN chmod 755 /usr/bin/docker-entrypoint.sh
|
||||||
|
RUN chown -Rf www-data:www-data /var/www
|
||||||
|
|
||||||
#Final config
|
#Final config
|
||||||
VOLUME ["/var/www"]
|
VOLUME ["/var/www"]
|
||||||
|
@ -105,6 +105,7 @@ HEALTHCHECK --interval=2m --timeout=3s CMD curl -f http://localhost:80/ || exit
|
|||||||
# Add image configuration and scripts
|
# Add image configuration and scripts
|
||||||
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
|
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
|
||||||
RUN chmod 755 /usr/bin/docker-entrypoint.sh
|
RUN chmod 755 /usr/bin/docker-entrypoint.sh
|
||||||
|
RUN chown -Rf www-data:www-data /var/www
|
||||||
|
|
||||||
#Final config
|
#Final config
|
||||||
VOLUME ["/var/www"]
|
VOLUME ["/var/www"]
|
||||||
|
@ -106,6 +106,7 @@ HEALTHCHECK --interval=2m --timeout=3s CMD curl -f http://localhost:80/ || exit
|
|||||||
# Add image configuration and scripts
|
# Add image configuration and scripts
|
||||||
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
|
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
|
||||||
RUN chmod 755 /usr/bin/docker-entrypoint.sh
|
RUN chmod 755 /usr/bin/docker-entrypoint.sh
|
||||||
|
RUN chown -Rf www-data:www-data /var/www
|
||||||
|
|
||||||
#Final config
|
#Final config
|
||||||
VOLUME ["/var/www"]
|
VOLUME ["/var/www"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user