guacamole-compose/README.md
2019-05-29 22:42:20 +10:00

17 lines
229 B
Markdown

# Guacamole Compose
This is just a docker compose file for apache guacamole
Instructions
Create the initial database schema from the guacamole image
```bash
$ ./bash setup.sh
```
```bash
$ docker-compose up -d
```
Thats it!