Create docker-compose.yml

This commit is contained in:
Kobe Vervoort 2025-01-25 22:07:39 +01:00 committed by GitHub
parent b23beb98a2
commit 6c4acf25d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

11
docker-compose.yml Normal file
View File

@ -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