Merge pull request #111 from EasyTier/docs/docker-compose-version

docs: 移除docker-compose.yml中的版本号
This commit is contained in:
m1m1sha
2025-04-05 09:32:44 +08:00
committed by GitHub
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -25,7 +25,6 @@
::: details docker-compose.yml
```yaml [docker-compose.yml]
version: '3.8'
services:
watchtower: # Used to automatically update the easytier image, delete this part if not needed
command: --interval 3600 --cleanup --label-enable
-1
View File
@@ -29,7 +29,6 @@
::: details docker-compose.yml
```yaml [docker-compose.yml]
version: '3.8'
services:
watchtower: # 用于自动更新easytier镜像,若不需要请删除这部分
command: --interval 3600 --cleanup --label-enable