Removed external volume definition
This commit is contained in:
parent
565a1b80a2
commit
735f58545e
@ -9,15 +9,17 @@ services:
|
|||||||
MYSQL_RANDOM_ROOT_PASSWORD: 'true'
|
MYSQL_RANDOM_ROOT_PASSWORD: 'true'
|
||||||
MYSQL_USER: ${guacamole_user}
|
MYSQL_USER: ${guacamole_user}
|
||||||
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:
|
||||||
image: glyptodon/guacamole:0.9.10-incubating
|
image: glyptodon/guacamole:0.9.10-incubating
|
||||||
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