mirror of
https://github.com/Thumbscrew/nextcloud-docker-compose.git
synced 2025-07-04 03:49:05 +00:00
add intial docker-compose with mariadb, redis and nextcloud
This commit is contained in:
5
nextcloud/Dockerfile
Normal file
5
nextcloud/Dockerfile
Normal 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
|
Reference in New Issue
Block a user