mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-24 13:45:32 +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.
|
||||
* added `nodejs18`
|
||||
* updated `jira8`, `bitbucket`, `vscode`
|
||||
* updated `apache2`
|
||||
* `february, march`
|
||||
* new `nextcloud` images, updated `atlassian` images.
|
||||
* new `nodejs` iamges.
|
||||
|
@ -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"]
|
||||
|
@ -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"]
|
||||
|
@ -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"]
|
||||
|
@ -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"]
|
||||
|
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user