19 lines
284 B
YAML
19 lines
284 B
YAML
---
|
|
|
|
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
|