added docker files
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
guacamole:
|
||||
container_name: guacamole
|
||||
hostname: guacamole
|
||||
image: oznu/guacamole
|
||||
environment:
|
||||
- TZ=America/Chicago
|
||||
ports:
|
||||
- 8082:8080/tcp
|
||||
restart: always
|
||||
volumes:
|
||||
- /mnt/docker/appdata/guacamole/config:/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
Reference in New Issue
Block a user