Compare commits
3 commits
1a873d5bd9
...
a39ca080b5
Author | SHA1 | Date | |
---|---|---|---|
a39ca080b5 | |||
b4e9cf6da1 | |||
450ef60b05 |
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM php:8.0-apache
|
FROM php:8.0-apache
|
||||||
|
|
||||||
ENV NEXTCLOUD_VERSION 21.0.5
|
ENV NEXTCLOUD_VERSION 22.2.3
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
|
@ -98,7 +98,8 @@ ADD supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||||
ADD update-htaccess.sh /update-htaccess.sh
|
ADD update-htaccess.sh /update-htaccess.sh
|
||||||
|
|
||||||
RUN crontab /opt/crontab && chmod +x /update-htaccess.sh
|
RUN crontab /opt/crontab && chmod +x /update-htaccess.sh
|
||||||
|
RUN mkdir /nc_data_ext && chown www-data: /nc_data_ext
|
||||||
|
|
||||||
VOLUME ["/var/www/html/config","/var/www/html/data"]
|
VOLUME ["/var/www/html/config","/nc_data_ext"]
|
||||||
|
|
||||||
ENTRYPOINT ["supervisord"]
|
ENTRYPOINT ["supervisord"]
|
||||||
|
|
Loading…
Reference in a new issue