fixed the nfs variable names
This commit is contained in:
@@ -24,7 +24,7 @@ BABYBUDDY_ORIGINS=http://127.0.0.1:8000
|
|||||||
# -----------------------------------------------
|
# -----------------------------------------------
|
||||||
|
|
||||||
# IP address or hostname of the NFS server
|
# IP address or hostname of the NFS server
|
||||||
AIRTRAIL_NFS_SERVER=192.168.1.x
|
BABYBUDDY_NFS_SERVER=192.168.1.x
|
||||||
|
|
||||||
# NFS export path on the server (e.g. /mnt/pool/docker/babybuddy)
|
# NFS export path on the server (e.g. /mnt/pool/docker/babybuddy)
|
||||||
AIRTRAIL_NFS_DEVICE=:/mnt/pool/docker/babybuddy
|
BABYBUDDY_NFS_DEVICE=:/mnt/pool/docker/babybuddy
|
||||||
|
|||||||
@@ -29,5 +29,5 @@ volumes:
|
|||||||
driver: local
|
driver: local
|
||||||
driver_opts:
|
driver_opts:
|
||||||
type: nfs
|
type: nfs
|
||||||
o: "addr=${AIRTRAIL_NFS_SERVER},rw,noatime,rsize=65536,wsize=65536,timeo=600,nfsvers=4"
|
o: "addr=${BABYBUDDY_NFS_SERVER},rw,noatime,rsize=65536,wsize=65536,timeo=600,nfsvers=4"
|
||||||
device: "${AIRTRAIL_NFS_DEVICE}"
|
device: "${BABYBUDDY_NFS_DEVICE}"
|
||||||
Reference in New Issue
Block a user