add intial docker-compose with mariadb, redis and nextcloud

This commit is contained in:
2022-01-31 20:31:00 +00:00
parent 0483eeaf1c
commit cb94c84ea0
4 changed files with 66 additions and 0 deletions

5
nextcloud/Dockerfile Normal file
View File

@ -0,0 +1,5 @@
ARG NEXTCLOUD_TAG
FROM nextcloud:${NEXTCLOUD_TAG}
RUN apt-get update
RUN apt-get install ffmpeg -y --no-install-recommends