aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yml
blob: 3a2695e23ba9def087c5d4e890fbe0d4f295b96e (plain)
1
2
3
4
5
6
7
services:
  lux:
    container_name: lux
    image: lux:latest
    build: .
    ports:
      - "8900:8900"