Skip to content

Commit

Permalink
Create docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vervoortkobe authored Jan 25, 2025
1 parent b23beb9 commit 6c4acf2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: bore
services:
bore:
image: ekzhang/bore
restart: always
container_name: bore
init: true
network_mode: "host"
command: local xxxx --to bore.pub --port xxxx
stdin_open: true
tty: true

0 comments on commit 6c4acf2

Please sign in to comment.