sim-modem/docker-compose.yml

18 lines
347 B
YAML
Raw Permalink Normal View History

2024-07-22 16:20:12 +00:00
version: "3.4"
services:
modem-test:
container_name: modem-test
privileged: true
build:
context: ./
dockerfile: ./Dockerfile
network_mode: host
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
devices:
- /dev/i2c-1
- /dev/ttyS0
2024-07-23 19:04:15 +00:00
restart: unless-stopped