[ADD] server compose file
This commit is contained in:
parent
136db8d776
commit
847d475cc2
1 changed files with 8 additions and 0 deletions
8
docker-compose/server.yml
Normal file
8
docker-compose/server.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
version: "3.7"
|
||||
|
||||
services:
|
||||
pingtunnelServer:
|
||||
image: esrrhs/pingtunnel:latest
|
||||
restart: always
|
||||
network_mode: host
|
||||
command: "./pingtunnel -type server -key 123456"
|
Loading…
Add table
Reference in a new issue