commit 99d70b3db47d91a9ca0c1db86e97042f3822042b Author: chinky Date: Tue Jan 30 20:29:58 2024 +0800 添加 docker-compose.yaml diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..1894128 --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,13 @@ +version: '3' + +services: + + rttys: + image: zhaojh329/rttys:latest + container_name: RTTYS + restart: always + + ports: + - 5912:5912 + - 5913:5913 +