Fixed indentation
This commit is contained in:
parent
cdd438b5b8
commit
2c3745fc90
@ -7,7 +7,7 @@ database-data:
|
|||||||
volumes:
|
volumes:
|
||||||
- /var/lib/mysql
|
- /var/lib/mysql
|
||||||
- /docker-entrypoint-initdb.d
|
- /docker-entrypoint-initdb.d
|
||||||
database:
|
database:
|
||||||
image: mariadb
|
image: mariadb
|
||||||
environment:
|
environment:
|
||||||
MYSQL_DATABASE: ${guacamole_db}
|
MYSQL_DATABASE: ${guacamole_db}
|
||||||
@ -19,7 +19,7 @@ database-data:
|
|||||||
- database-data
|
- database-data
|
||||||
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_from:
|
volumes_from:
|
||||||
@ -30,9 +30,9 @@ database-data:
|
|||||||
- /opt/guacamole/bin/initdb.sh --mysql > /docker-entrypoint-initdb.d/initdb.sql
|
- /opt/guacamole/bin/initdb.sh --mysql > /docker-entrypoint-initdb.d/initdb.sql
|
||||||
labels:
|
labels:
|
||||||
io.rancher.container.start_once: 'true'
|
io.rancher.container.start_once: 'true'
|
||||||
guacd:
|
guacd:
|
||||||
image: glyptodon/guacd:0.9.10-incubating
|
image: glyptodon/guacd:0.9.10-incubating
|
||||||
guacamole:
|
guacamole:
|
||||||
image: glyptodon/guacamole:0.9.10-incubating
|
image: glyptodon/guacamole:0.9.10-incubating
|
||||||
environment:
|
environment:
|
||||||
MYSQL_DATABASE: ${guacamole_db}
|
MYSQL_DATABASE: ${guacamole_db}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user