Removed external volume definition
This commit is contained in:
parent
565a1b80a2
commit
735f58545e
@ -11,6 +11,7 @@ services:
|
||||
volumes:
|
||||
- dbdata:/var/lib/mysql
|
||||
- dbinit:/docker-entrypoint-initdb.d
|
||||
volume-driver: rancher-nfs
|
||||
labels:
|
||||
io.rancher.sidekicks: setup-get-db-script
|
||||
setup-get-db-script:
|
||||
@ -18,6 +19,7 @@ services:
|
||||
network_mode: none
|
||||
volumes:
|
||||
- dbinit:/docker-entrypoint-initdb.d
|
||||
volume-driver: rancher-nfs
|
||||
command:
|
||||
- bash
|
||||
- -c
|
||||
@ -41,10 +43,3 @@ services:
|
||||
- /bin/bash
|
||||
- -c
|
||||
- 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