guacamole docker-compose with initidb
|
|
2 年 前 | |
|---|---|---|
| data | 2 年 前 | |
| README.md | 2 年 前 | |
| docker-compose.yml | 2 年 前 | |
| initdb.sh | 2 年 前 |
cp .env.template .env and update your hostname, portmapping and guacadmin password in .env
Populate database PRIOR to first startup:
Run ./initdb.sh to create the database in mysql and update your guacadmin password from .env
Browse http://localhost:8080/guacamole/
and login with login guacadmin and password set in .env
Settings - Connections (All no described field can stay blank.)
Accessing other containers Example: ``` guacd:
networks:
networks: terminalserver_default:
external: true
```