Compare commits
No commits in common. "master" and "22.2.3-3" have entirely different histories.
|
@ -1,4 +1,4 @@
|
||||||
FROM nextcloud:25.0.3-apache
|
FROM nextcloud:22.2.3-apache
|
||||||
|
|
||||||
COPY supervisord/supervisord.conf /opt/supervisord.conf
|
COPY supervisord/supervisord.conf /opt/supervisord.conf
|
||||||
|
|
||||||
|
@ -14,4 +14,4 @@ RUN apt-get update \
|
||||||
|
|
||||||
ENV NEXTCLOUD_UPDATE=1
|
ENV NEXTCLOUD_UPDATE=1
|
||||||
|
|
||||||
CMD ["/usr/bin/supervisord", "-c", "/opt/supervisord.conf"]
|
CMD ["/usr/bin/supervisord", "-c", "/opt/supervisord.conf"]
|
Reference in New Issue