add exported compose files
This commit is contained in:
18
docker/compose/guacamole.yml
Normal file
18
docker/compose/guacamole.yml
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
|
||||
version: "3.8"
|
||||
services:
|
||||
guacamole:
|
||||
image: jwetzell/guacamole
|
||||
container_name: guacamole
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- EXTENSIONS=$EXTENSIONS
|
||||
volumes:
|
||||
- postgres:/config
|
||||
ports:
|
||||
- 8080:8080
|
||||
|
||||
volumes:
|
||||
postgres:
|
||||
driver: local
|
Reference in New Issue
Block a user