Skip to content

Commit 3d2c24e

Browse files
authored
Update docker-compose.yml
Add colon
1 parent 5ee281e commit 3d2c24e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stack-examples/wordpress/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ volumes:
6666
driver_opts:
6767
type: nfs
6868
o: addr=NFS_FQDN_GOES_HERE,rw
69-
device: "NFS_PATH_GOES_HERE"
69+
device: ":NFS_PATH_GOES_HERE"
7070
wordpress:
7171
driver: local
7272
driver_opts:
7373
type: nfs
7474
o: addr=NFS_FQDN_GOES_HERE,rw
75-
device: "NFS_PATH_GOES_HERE"
75+
device: ":NFS_PATH_GOES_HERE"

0 commit comments

Comments
 (0)