Added alot of updates

This commit is contained in:
2024-02-27 15:28:20 +01:00
parent d5257b761f
commit 45790e1b03
12 changed files with 400 additions and 20 deletions
@@ -0,0 +1,6 @@
FROM redis:latest
ARG UID=1000
ARG GID=1000
RUN usermod -u $UID -o www-data