17 lines
229 B
Markdown
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!
|