fixed the nfs variable names

This commit is contained in:
2026-05-11 08:53:58 -07:00
parent b698029d7e
commit 167e38310d
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -29,5 +29,5 @@ volumes:
driver: local
driver_opts:
type: nfs
o: "addr=${AIRTRAIL_NFS_SERVER},rw,noatime,rsize=65536,wsize=65536,timeo=600,nfsvers=4"
device: "${AIRTRAIL_NFS_DEVICE}"
o: "addr=${BABYBUDDY_NFS_SERVER},rw,noatime,rsize=65536,wsize=65536,timeo=600,nfsvers=4"
device: "${BABYBUDDY_NFS_DEVICE}"