Update docker-compose.yml
Reverted to use guacamole 0.9.10-incubating
This commit is contained in:
parent
c3b4a04b21
commit
096e758a9c
@ -14,7 +14,7 @@ services:
|
|||||||
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
|
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
|
||||||
@ -25,9 +25,9 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
io.rancher.container.start_once: 'true'
|
io.rancher.container.start_once: 'true'
|
||||||
guacd:
|
guacd:
|
||||||
image: glyptodon/guacd
|
image: glyptodon/guacd:0.9.10-incubating
|
||||||
guacamole:
|
guacamole:
|
||||||
image: glyptodon/guacamole
|
image: glyptodon/guacamole:0.9.10-incubating
|
||||||
environment:
|
environment:
|
||||||
MYSQL_DATABASE: ${guacamole_db}
|
MYSQL_DATABASE: ${guacamole_db}
|
||||||
MYSQL_HOSTNAME: database
|
MYSQL_HOSTNAME: database
|
||||||
|
Loading…
x
Reference in New Issue
Block a user