guacamole docker-compose with initidb
|
|
vor 2 Jahren | |
|---|---|---|
| data | vor 2 Jahren | |
| .env.template | vor 2 Jahren | |
| .gitignore | vor 2 Jahren | |
| README.md | vor 2 Jahren | |
| docker-compose.yml | vor 2 Jahren | |
| initdb.sh | vor 2 Jahren |
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 postgres 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
```