Remove samba and install on bare metall.

This commit is contained in:
2024-03-20 08:34:53 +01:00
parent f2bc4a063a
commit b01c8f62a6

View File

@@ -93,25 +93,6 @@ services:
# Must add "ntlm auth = yes" to global section in smb.conf
# adduser and smbpasswd have to be run
# 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:
image: gists/nfs-server