PiShrink/docker-compose.yml

10 lines
121 B
YAML

version: '2'
services:
pishrink:
build: .
volumes:
- .:/pishrink
- /dev:/dev
privileged: true