master #2

Merged
gbiotti merged 44 commits from argilla/docker:master into master 2024-01-15 15:04:58 +00:00
1 changed files with 15 additions and 0 deletions
Showing only changes of commit 1135b58705 - Show all commits

15
websdr/docker-compose.yml Normal file
View File

@ -0,0 +1,15 @@
version: "3.3"
services:
websdr:
image: jketterl/openwebrx:stable
restart: unless-stopped
volumes:
- /srv/websdr/etc:/etc/openwebrx
- /srv/websdr/var:/var/lib/openwebrx
ports:
- "127.0.0.1:8074:8074"
- "8073:8073"
devices:
- "/dev/bus/usb:/dev/bus/usb"