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```
This commit is contained in:
Konstantin 2023-11-19 20:43:13 +01:00 committed by GitHub
parent 7499c26e9e
commit 91b649daa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ version: "3"
services:
sslh:
image: sslh:latest
image: ghcr.io/yrutschle/sslh:latest
hostname: sslh
ports:
- 443:443