Initial Push
This commit is contained in:
parent
deae1caaee
commit
faf84ada69
4
Dockerfiles/Dockerfile
Normal file
4
Dockerfiles/Dockerfile
Normal 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
2
docker-compose.yml
Normal file
@ -0,0 +1,2 @@
|
||||
nextcloud-smb:
|
||||
build: ./Docker
|
Loading…
Reference in New Issue
Block a user