Added tags and updated README
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
# Guacamole
|
# Guacamole
|
||||||
|
|
||||||
|
Using official images only:
|
||||||
|
* guacamole/guacamole:latest
|
||||||
|
* guacamole/guacd:latest
|
||||||
|
* mysql:latest
|
||||||
|
|
||||||
### To-do List
|
### To-do List
|
||||||
* Allow LDAP authentication in place of MySQL authentication
|
* Allow LDAP authentication in place of MySQL authentication
|
||||||
@@ -2,7 +2,7 @@ version: '2'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
guacamole:
|
guacamole:
|
||||||
image: guacamole/guacamole
|
image: guacamole/guacamole:latest
|
||||||
dns:
|
dns:
|
||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
- 1.0.0.1
|
- 1.0.0.1
|
||||||
@@ -36,7 +36,7 @@ services:
|
|||||||
- "${WEB_PORT}:8080"
|
- "${WEB_PORT}:8080"
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
guacd:
|
guacd:
|
||||||
image: guacamole/guacd
|
image: guacamole/guacd:latest
|
||||||
dns:
|
dns:
|
||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
- 1.0.0.1
|
- 1.0.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user