services: guacamole: image: oznu/guacamole container_name: guacamole volumes: - /volume1/docker/guacamole:/config ports: - 8888:8080 restart: always