From 78fa0c1a37606bb4d8221b92764cd90d151035d5 Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 7 Oct 2022 07:53:30 +0200 Subject: [PATCH] Switch to latest nfs-server. Newer versions are working again. --- networking/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networking/docker-compose.yaml b/networking/docker-compose.yaml index 598f7c6..71dc2f8 100644 --- a/networking/docker-compose.yaml +++ b/networking/docker-compose.yaml @@ -112,7 +112,7 @@ services: command: ["/bin/sh", "-c", "nmbd --daemon && smbd --foreground --debug-stdout --no-process-group --configfile /etc/samba/smb.conf"] nfs: - image: gists/nfs-server:2.5.3 + image: gists/nfs-server container_name: nfs hostname: nfs privileged: true