From 4615d302df4eec3b6ada3ed644d57597e4556587 Mon Sep 17 00:00:00 2001 From: Tibor Date: Fri, 6 Sep 2024 09:23:05 +0200 Subject: [PATCH] Remove deprecated version field https://www.docker.com/blog/new-docker-compose-v2-and-v1-deprecation/ Signed-off-by: Tibor --- docs/content/recipes/nginx.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/content/recipes/nginx.md b/docs/content/recipes/nginx.md index 8db6e4f1f..287ef813c 100644 --- a/docs/content/recipes/nginx.md +++ b/docs/content/recipes/nginx.md @@ -166,8 +166,6 @@ Review the [requirements](../#requirements), then follow these steps. 5. Create the compose file. Paste the following YAML into a new file called `docker-compose.yml`. ```yaml - version: "3" - services: nginx: # Note : Only nginx:alpine supports bcrypt.