aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yml
blob: 1730cc49c7af9ba493be6361b2c12e44ac42e6c1 (plain)
1
2
3
4
5
6
7
8
9
10
version: '3'
services:
    unicornpaint:
        build: .
        image: mfashby/unicornpaint
        ports: 
            - "3001:3001"
        volumes:
            - "/dev/spidev0.0:/dev/spidev0.0"
            - "/home/pi/unicornpaint/saves/:/saves/"