添加 docker-compose.yaml
This commit is contained in:
commit
99d70b3db4
|
@ -0,0 +1,13 @@
|
||||||
|
version: '3'
|
||||||
|
|
||||||
|
services:
|
||||||
|
|
||||||
|
rttys:
|
||||||
|
image: zhaojh329/rttys:latest
|
||||||
|
container_name: RTTYS
|
||||||
|
restart: always
|
||||||
|
|
||||||
|
ports:
|
||||||
|
- 5912:5912
|
||||||
|
- 5913:5913
|
||||||
|
|
Loading…
Reference in New Issue