Cleanup unused files and comments.
This commit is contained in:
@@ -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
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user