Added tags and updated README

This commit is contained in:
WilliamMiceli
2018-12-05 22:31:24 -05:00
parent 63f3b26d30
commit 38c9bed6af
2 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,9 @@
# Guacamole
Using official images only:
* guacamole/guacamole:latest
* guacamole/guacd:latest
* mysql:latest
### To-do List
* Allow LDAP authentication in place of MySQL authentication

View File

@@ -2,7 +2,7 @@ version: '2'
services:
guacamole:
image: guacamole/guacamole
image: guacamole/guacamole:latest
dns:
- 1.1.1.1
- 1.0.0.1
@@ -36,7 +36,7 @@ services:
- "${WEB_PORT}:8080"
restart: on-failure
guacd:
image: guacamole/guacd
image: guacamole/guacd:latest
dns:
- 1.1.1.1
- 1.0.0.1