Changing command for samba as standard doesn't work anymore.

This commit is contained in:
2022-05-01 10:05:09 +02:00
parent 264998a250
commit a99451a270

View File

@@ -93,6 +93,7 @@ services:
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: erichough/nfs-server