Skip to content

Commit

Permalink
feat: add compose file to use docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
builder555 committed Nov 6, 2024
1 parent bd78541 commit 6431f99
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
services:
server:
image: builder555/hantek-station:latest
container_name: hantek-station
ports:
- "8000:8000"
devices:
- "/dev/ttyUSB0:/dev/ttyUSB0"

0 comments on commit 6431f99

Please sign in to comment.