From 1cc32361c33c18c88be2c26c01f78895f93ff89a Mon Sep 17 00:00:00 2001 From: Andrew Amason Date: Mon, 30 Dec 2024 15:11:40 -0500 Subject: [PATCH] yaml formatting correction --- compose.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/compose.yaml b/compose.yaml index 8d8f8cc..9d71a71 100644 --- a/compose.yaml +++ b/compose.yaml @@ -15,11 +15,11 @@ services: volumes: nfs_hugo_src: driver_opts: - type: nfs - o: addr=172.24.3.23,rw,nolock,soft - device: :/volume1/docker/hugo/src + type: nfs + o: addr=172.24.3.23,rw,nolock,soft + device: :/volume1/docker/hugo/src nfs_hugo_cache: driver_opts: - type: nfs - o: addr=172.24.3.23,rw,nolock,soft - device: :/volume1/docker/hugo/cache \ No newline at end of file + type: nfs + o: addr=172.24.3.23,rw,nolock,soft + device: :/volume1/docker/hugo/cache \ No newline at end of file