Basic guac, needs testing...

This commit is contained in:
Ash Leece 2020-04-07 15:52:55 +00:00
parent 5968d43600
commit 2c2a53f1fd
1 changed files with 8 additions and 0 deletions

8
guac/docker-compose.yml Normal file
View File

@ -0,0 +1,8 @@
version: "2"
services:
guacd:
image: linuxserver/guacd
container_name: guacd
ports:
- 4822:4822
restart: unless-stopped