From b01c8f62a6a7798673ef21be1c1a782087d7c733 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 20 Mar 2024 08:34:53 +0100 Subject: [PATCH] Remove samba and install on bare metall. --- networking/docker-compose.yaml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/networking/docker-compose.yaml b/networking/docker-compose.yaml index 7b173d9..018aace 100644 --- a/networking/docker-compose.yaml +++ b/networking/docker-compose.yaml @@ -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