You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
369 B
14 lines
369 B
version: '3.8'
|
|
services:
|
|
specterhwi:
|
|
image: lncm/specter-desktop:v0.7.1
|
|
container_name: specter-desktop
|
|
network_mode: host
|
|
ports:
|
|
- "25441:25441"
|
|
restart: on-failure
|
|
stop_grace_period: 5m30s
|
|
privileged: true
|
|
command: --hwibridge
|
|
volumes:
|
|
- "${PWD}/data:/data/.specter"
|
|
|