mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-22 21:54:59 +07:00
12 lines
173 B
YAML
12 lines
173 B
YAML
version: "3"
|
|
services:
|
|
dae:
|
|
privileged: true
|
|
network_mode: host
|
|
pid: host
|
|
build:
|
|
context: .
|
|
volumes:
|
|
- /sys:/sys
|
|
- /etc/dae:/etc/dae
|