diff --git a/templates/Guacamole/0/README.md b/templates/Guacamole/0/README.md index 7ae68c2..484b4e9 100644 --- a/templates/Guacamole/0/README.md +++ b/templates/Guacamole/0/README.md @@ -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 \ No newline at end of file diff --git a/templates/Guacamole/0/docker-compose.yml b/templates/Guacamole/0/docker-compose.yml index 60d8cc9..c165832 100644 --- a/templates/Guacamole/0/docker-compose.yml +++ b/templates/Guacamole/0/docker-compose.yml @@ -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