corrected volume-driver to volume_driver
This commit is contained in:
parent
735f58545e
commit
d51cfc775e
@ -11,7 +11,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- dbdata:/var/lib/mysql
|
- dbdata:/var/lib/mysql
|
||||||
- dbinit:/docker-entrypoint-initdb.d
|
- dbinit:/docker-entrypoint-initdb.d
|
||||||
volume-driver: rancher-nfs
|
volume_driver: rancher-nfs
|
||||||
labels:
|
labels:
|
||||||
io.rancher.sidekicks: setup-get-db-script
|
io.rancher.sidekicks: setup-get-db-script
|
||||||
setup-get-db-script:
|
setup-get-db-script:
|
||||||
@ -19,7 +19,7 @@ services:
|
|||||||
network_mode: none
|
network_mode: none
|
||||||
volumes:
|
volumes:
|
||||||
- dbinit:/docker-entrypoint-initdb.d
|
- dbinit:/docker-entrypoint-initdb.d
|
||||||
volume-driver: rancher-nfs
|
volume_driver: rancher-nfs
|
||||||
command:
|
command:
|
||||||
- bash
|
- bash
|
||||||
- -c
|
- -c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user