Skip to content

Commit

Permalink
set image tag to v0.1.0 in docker-compose
Browse files Browse the repository at this point in the history
- bind /dev/ttyACM0 in devices
  • Loading branch information
capsulecorplab committed Jul 10, 2023
1 parent 5ff645f commit c06e4da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.7"
services:
kasm:
build: .
image: ghcr.io/tetrabiodistributed/tetra-workspace-image:main
image: ghcr.io/tetrabiodistributed/tetra-workspace-image:v0.1.0
ports:
- "6901:6901"
environment:
Expand All @@ -16,8 +16,8 @@ services:
- type: bind
source: ./kasm_user
target: /home/kasm-user
# devices:
# - "/dev/ttyUSB0"
devices:
- "/dev/ttyACM0"
security_opt:
- seccomp=unconfined
...

0 comments on commit c06e4da

Please sign in to comment.