moved all files up a folder

This commit is contained in:
2023-12-18 20:09:03 -06:00
parent 9535a5add9
commit 3465aab0f2
1057 changed files with 0 additions and 0 deletions

View File

@@ -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