9 lines
182 B
YAML
9 lines
182 B
YAML
|
services:
|
||
|
guacamole:
|
||
|
image: oznu/guacamole
|
||
|
container_name: guacamole
|
||
|
volumes:
|
||
|
- /volume1/docker/guacamole:/config
|
||
|
ports:
|
||
|
- 8888:8080
|
||
|
restart: always
|