10 lines
193 B
YAML
10 lines
193 B
YAML
|
version: '2'
|
||
|
services:
|
||
|
guacamole:
|
||
|
image: oznu/guacamole:armhf
|
||
|
container_name: guacamole
|
||
|
volumes:
|
||
|
- /docker/guacamole:/config
|
||
|
ports:
|
||
|
- 8888:8080
|
||
|
restart: always
|