moved all files up a folder
This commit is contained in:
15
docker/individual-docker-compose-files/notused/guacamole-docker-compose.yml
Executable file
15
docker/individual-docker-compose-files/notused/guacamole-docker-compose.yml
Executable 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
|
||||
Reference in New Issue
Block a user