diff --git a/README.md b/README.md index 09bc4b6..ab0c304 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,6 @@ Docker is the easiest way. There is the [official image here](https://hub.docker ```yaml # docker-compose.yml -version: "3.8" services: cache: diff --git a/README_ES.md b/README_ES.md index f70f1fa..4541ca4 100644 --- a/README_ES.md +++ b/README_ES.md @@ -90,7 +90,6 @@ Docker es la manera más fácil. Aquí encontramos [la imagen oficial](https://h ```yaml # docker-compose.yml -version: "3.8" services: cache: diff --git a/README_zh-CN.md b/README_zh-CN.md index bd86e70..5871de5 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -77,7 +77,6 @@ Docker 是最简单的部署方式。这里是[官方镜像的地址](https://hu ```yaml # docker-compose.yml -version: "3.8" services: cache: @@ -115,7 +114,6 @@ services: - 域名 `example.org` ```yaml -version: "3.8" networks: proxy: diff --git a/examples/nginx/docker-compose.yaml b/examples/nginx/docker-compose.yaml index b877d59..7b932f5 100644 --- a/examples/nginx/docker-compose.yaml +++ b/examples/nginx/docker-compose.yaml @@ -1,4 +1,3 @@ -version: '3.8' services: cache: diff --git a/examples/scratch/README.md b/examples/scratch/README.md index bad1eed..b2af4b2 100644 --- a/examples/scratch/README.md +++ b/examples/scratch/README.md @@ -25,7 +25,6 @@ This is a tiny guide to install cryptgeon on (probably) any unix system (and may ```yaml # docker-compose.yaml -version: '3.8' services: traefik: image: traefik:2.6 @@ -100,7 +99,6 @@ Create another docker-compose.yaml file in another folder. We will assume that t ``` ```yaml -version: '3.8' networks: proxy: @@ -155,7 +153,6 @@ docker-compose up -d ```yaml # docker-compose.yaml -version: '3.8' services: watchtower: diff --git a/examples/traefik/README.md b/examples/traefik/README.md index 4eca487..eeb952a 100644 --- a/examples/traefik/README.md +++ b/examples/traefik/README.md @@ -9,7 +9,6 @@ Assumptions: - Domain name `example.org`. ```yaml -version: '3.8' networks: proxy: