mirror of
https://github.com/ekzhang/bore.git
synced 2025-02-23 21:24:42 +07:00
Create docker-compose.yml
This commit is contained in:
parent
b23beb98a2
commit
6c4acf25d9
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user