Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

Commit

Permalink
Add Docker Compose manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
pataquets committed Nov 16, 2020
1 parent 4d1763d commit be03f16
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: "2.4"
services:
plaincast:
container_name: plaincast
restart: unless-stopped
build: .
environment:
- ALSA_CARD
network_mode: host
devices:
- /dev/snd


0 comments on commit be03f16

Please sign in to comment.