Removed external volume definition
This commit is contained in:
parent
565a1b80a2
commit
735f58545e
@ -11,6 +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
|
||||||
labels:
|
labels:
|
||||||
io.rancher.sidekicks: setup-get-db-script
|
io.rancher.sidekicks: setup-get-db-script
|
||||||
setup-get-db-script:
|
setup-get-db-script:
|
||||||
@ -18,6 +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
|
||||||
command:
|
command:
|
||||||
- bash
|
- bash
|
||||||
- -c
|
- -c
|
||||||
@ -41,10 +43,3 @@ services:
|
|||||||
- /bin/bash
|
- /bin/bash
|
||||||
- -c
|
- -c
|
||||||
- cd /usr/local/tomcat/webapps;rm -rf ROOT/; ln -s guacamole.war ROOT.war; /opt/guacamole/bin/start.sh;
|
- cd /usr/local/tomcat/webapps;rm -rf ROOT/; ln -s guacamole.war ROOT.war; /opt/guacamole/bin/start.sh;
|
||||||
volumes:
|
|
||||||
dbdata:
|
|
||||||
external: true
|
|
||||||
driver: rancher-nfs
|
|
||||||
dbinit:
|
|
||||||
external: true
|
|
||||||
driver: rancher-nfs
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user