corrected volume-driver to volume_driver

This commit is contained in:
Kevin Xu 2017-11-15 20:57:51 -08:00 committed by GitHub
parent 735f58545e
commit d51cfc775e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ services:
volumes:
- dbdata:/var/lib/mysql
- dbinit:/docker-entrypoint-initdb.d
volume-driver: rancher-nfs
volume_driver: rancher-nfs
labels:
io.rancher.sidekicks: setup-get-db-script
setup-get-db-script:
@ -19,7 +19,7 @@ services:
network_mode: none
volumes:
- dbinit:/docker-entrypoint-initdb.d
volume-driver: rancher-nfs
volume_driver: rancher-nfs
command:
- bash
- -c