You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
There's a wrong indention in the docker-stack yaml file on this page: http://vmware.github.io/docker-volume-vsphere/documentation/docker-stacks.html
Instead of this:
volumes:
++db-data:
++++driver: vsphere
++++++driver_opts:
++++++++size: 1Gb
Should be like this:
volumes:
++db-data:
++++driver: vsphere
++++driver_opts:
++++++size: 1Gb
The text was updated successfully, but these errors were encountered: