Skip to content

Commit

Permalink
docker-compose.yml merge suggestion fix #284
Browse files Browse the repository at this point in the history
  • Loading branch information
David Personette committed Mar 20, 2020
1 parent f4f12a6 commit 631790a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
volumes:
- /mnt:/mnt:z
- /mnt2:/mnt2:z
command: '-s "Mount;/mnt" -s "Bobs Volume;/mnt2;yes;no;no;bob" -u "bob;bobspasswd"'
command: '-s "Mount;/mnt" -s "Bobs Volume;/mnt2;yes;no;no;bob" -u "bob;bobspasswd" -p'

networks:
default:

0 comments on commit 631790a

Please sign in to comment.