1
0

docker-compose.yaml 235 B

12345678910
  1. services:
  2. hue:
  3. image: "gethue/hue:latest"
  4. container_name: hue
  5. ports:
  6. - "8888:8888"
  7. volumes:
  8. - ./hue.ini:/usr/share/hue/desktop/conf/z-hue.ini
  9. labels:
  10. "com.helios.target": "http://localhost:8888"