Initial Push

This commit is contained in:
janic 2022-05-08 16:50:53 +02:00
parent deae1caaee
commit faf84ada69
2 changed files with 6 additions and 0 deletions

4
Dockerfiles/Dockerfile Normal file
View File

@ -0,0 +1,4 @@
ARG ARCH=
FROM nextcloud:latest
RUN apt-get update; \
apt-get install smbclient -y -qq

2
docker-compose.yml Normal file
View File

@ -0,0 +1,2 @@
nextcloud-smb:
build: ./Docker