aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yml
blob: 9ed92448200c28b17bfcb4420839d42701f29fd9 (plain)
1
2
3
4
5
6
7
8
services:

  lux:
    container_name: lux
    image: lux:latest
    build: .
    ports:
      - "8900:8900"