docker-qemu/docker-compose.yml

19 lines
300 B
YAML

version: '3'
networks:
pub:
external: true
services:
app:
networks:
pub:
build:
context: .
privileged: true
restart: unless-stopped
volumes:
- /home/lauri/test.bin:/data/image.bin:ro
tmpfs:
- /tmp
environment:
- MAC=52:54:00:5e:00:05