Fix cadvisor & add personal website

This commit is contained in:
2023-09-25 20:06:16 -05:00
parent 332586934b
commit b3dcfa729c
2 changed files with 60 additions and 2 deletions

View File

@ -0,0 +1,10 @@
FROM nextcloud:latest
RUN apt update && \
apt upgrade -y && \
apt autoremove -y
RUN apt install -y ffmpeg
RUN touch /usr/local/etc/php/conf.d/redis-session.ini && \
chown 1001:0 /usr/local/etc/php/conf.d/redis-session.ini