17 lines
276 B
YAML
17 lines
276 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
|
|
environment:
|
|
- MAC=52:54:00:12:34:56
|