From c93656a7a1007441fe272af6b0d2849b1793ff2a Mon Sep 17 00:00:00 2001 From: "S.S" Date: Fri, 28 Jun 2024 20:04:31 +0200 Subject: [PATCH] Update README.md In 2020, the concept of a single compose specification was introduced, removing the need for versioning. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 740babe3..ad964e82 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,6 @@ I won't go in to too much detail here but here are the basics for someone new to 2. Create a docker-compose.yml file similar to this: ```yml -version: '3.8' services: app: image: 'docker.io/jc21/nginx-proxy-manager:latest'