added
This commit is contained in:
8
guacamole/docker-compose.yaml
Normal file
8
guacamole/docker-compose.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
guacamole:
|
||||
image: abesnier/guacamole
|
||||
container_name: guacamole
|
||||
volumes:
|
||||
- ${PATH_TO_CONFIG}:/config
|
||||
ports:
|
||||
- 8080:8080
|
||||
Reference in New Issue
Block a user