Remove samba and install on bare metall.
This commit is contained in:
@@ -93,25 +93,6 @@ services:
|
|||||||
# Must add "ntlm auth = yes" to global section in smb.conf
|
# Must add "ntlm auth = yes" to global section in smb.conf
|
||||||
# adduser and smbpasswd have to be run
|
# adduser and smbpasswd have to be run
|
||||||
# Sample smb.conf is copied to repo.
|
# Sample smb.conf is copied to repo.
|
||||||
samba:
|
|
||||||
image: gists/samba-server
|
|
||||||
container_name: samba
|
|
||||||
hostname: samba
|
|
||||||
networks:
|
|
||||||
- networking
|
|
||||||
ports:
|
|
||||||
- "137:137/udp"
|
|
||||||
- "138:138/udp"
|
|
||||||
- "139:139/tcp"
|
|
||||||
- "445:445/tcp"
|
|
||||||
environment:
|
|
||||||
TZ: Europe/Berlin
|
|
||||||
PASSWORD: lmaa,dw.
|
|
||||||
restart: unless-stopped
|
|
||||||
volumes:
|
|
||||||
- samba-config:/etc/samba
|
|
||||||
- /media/backup:/mnt
|
|
||||||
command: ["/bin/sh", "-c", "nmbd --daemon && smbd --foreground --debug-stdout --no-process-group --configfile /etc/samba/smb.conf"]
|
|
||||||
|
|
||||||
nfs:
|
nfs:
|
||||||
image: gists/nfs-server
|
image: gists/nfs-server
|
||||||
|
|||||||
Reference in New Issue
Block a user