From 91b649daa0245369a24ff12235c375143b3563b5 Mon Sep 17 00:00:00 2001 From: Konstantin <69057532+archef2000@users.noreply.github.com> Date: Sun, 19 Nov 2023 20:43:13 +0100 Subject: [PATCH] Set image tag to use github in docker-compose example (#414) Change image tag of the docker-compose example from ```sslh:latest``` to ```ghcr.io/yrutschle/sslh:latest``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc5d269..0756bca 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ version: "3" services: sslh: - image: sslh:latest + image: ghcr.io/yrutschle/sslh:latest hostname: sslh ports: - 443:443