Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Wrong indention in the docker-stack yaml file #1237

Closed
shaominchen opened this issue May 10, 2017 · 1 comment
Closed

Wrong indention in the docker-stack yaml file #1237

shaominchen opened this issue May 10, 2017 · 1 comment

Comments

@shaominchen
Copy link
Contributor

shaominchen commented May 10, 2017

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

@tusharnt
Copy link
Contributor

cc @girishshilamkar

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

No branches or pull requests

2 participants