From 8b7fb4a24b56cb9c7f805a5295b12c75d8a51382 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Sun, 11 Feb 2024 18:45:02 +0100 Subject: [PATCH] Fix container label --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e1b1bf..5170f90 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ version: '3' services: nginx-ldap-connector: - image: ghcr.io/virtuos/nginx-ldap-connector:latest + image: ghcr.io/virtuos/nginx-ldap-connector:main restart: unless-stopped ports: - '5555:5555'