From 096e758a9c8dd8a18137529c2d8b5566832e845b Mon Sep 17 00:00:00 2001 From: Kevin Xu Date: Wed, 29 Mar 2017 09:47:06 -0700 Subject: [PATCH] Update docker-compose.yml Reverted to use guacamole 0.9.10-incubating --- templates/apache-guacamole/0/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/apache-guacamole/0/docker-compose.yml b/templates/apache-guacamole/0/docker-compose.yml index b13e320..72bd58e 100644 --- a/templates/apache-guacamole/0/docker-compose.yml +++ b/templates/apache-guacamole/0/docker-compose.yml @@ -14,7 +14,7 @@ services: labels: io.rancher.sidekicks: setup-get-db-script setup-get-db-script: - image: glyptodon/guacamole + image: glyptodon/guacamole:0.9.10-incubating network_mode: none volumes: - dbinit:/docker-entrypoint-initdb.d @@ -25,9 +25,9 @@ services: labels: io.rancher.container.start_once: 'true' guacd: - image: glyptodon/guacd + image: glyptodon/guacd:0.9.10-incubating guacamole: - image: glyptodon/guacamole + image: glyptodon/guacamole:0.9.10-incubating environment: MYSQL_DATABASE: ${guacamole_db} MYSQL_HOSTNAME: database