fix: 修复多个文件末尾缺少换行符的问题,确保文件格式一致性
This commit is contained in:
@@ -22,4 +22,4 @@ curl -fsSL https://git.sugarscat.cn/me/bash/-/raw/main/docker/docker-compose/doc
|
||||
|
||||
```bash
|
||||
docker-compose up -d
|
||||
```
|
||||
```
|
||||
|
||||
@@ -5,7 +5,7 @@ services:
|
||||
resources:
|
||||
limits:
|
||||
cpus: 1
|
||||
memory: '1G'
|
||||
memory: "1G"
|
||||
image: snowdreamtech/frps:0.61.2
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
||||
Reference in New Issue
Block a user