docker-qemu/docker-compose.yml

17 lines
276 B
YAML
Raw Normal View History

2021-05-30 08:01:35 +00:00
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
environment:
2021-05-30 11:03:43 +00:00
- MAC=52:54:00:12:34:56