Compare commits
No commits in common. "a39ca080b5150d37f55f8b1cfa2d973f17968b53" and "1a873d5bd9780aceee4f801f283e335095aaab6a" have entirely different histories.
a39ca080b5
...
1a873d5bd9
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM php:8.0-apache
|
||||
|
||||
ENV NEXTCLOUD_VERSION 22.2.3
|
||||
ENV NEXTCLOUD_VERSION 21.0.5
|
||||
|
||||
RUN \
|
||||
apt-get update && \
|
||||
|
@ -98,8 +98,7 @@ ADD supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
|||
ADD update-htaccess.sh /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","/nc_data_ext"]
|
||||
VOLUME ["/var/www/html/config","/var/www/html/data"]
|
||||
|
||||
ENTRYPOINT ["supervisord"]
|
||||
|
|
Loading…
Reference in a new issue