Cleanup unused files and comments.

This commit is contained in:
chsteinle
2021-11-25 06:39:42 +01:00
parent 77c0e2bea8
commit e0e43f7862
2 changed files with 0 additions and 31 deletions

View File

@@ -1,21 +0,0 @@
FROM alpine
ARG VERSION
RUN set -xe && \
apk add --no-cache \
samba-server \
samba-common-tools
VOLUME /share
VOLUME /etc/samba
COPY smb.conf /etc/samba/
EXPOSE 137/udp 138/udp 139/tcp 445/tcp
CMD nmbd --daemon && \
smbd --foreground \
--log-stdout \
--no-process-group \
--configfile /etc/samba/smb.conf

View File

@@ -8,16 +8,6 @@ volumes:
samba-config:
name: samba-config
# smokeping:
# name: smokeping
# smokeping-config:
# name: smokeping-config
# netdataconfig:
# name: netdataconfig
# netdatalib:
# name: netdatalib
# netdatacache:
# name: netdatacache
networks:
proxy: