From 3628cc134966d4be4ba903577588468667995fa3 Mon Sep 17 00:00:00 2001 From: "Matt H." Date: Tue, 28 Oct 2025 16:32:22 -0400 Subject: [PATCH] Use docker images from GitHub Container Registry rather than Docker Hub --- README.md | 2 +- compose.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5abc0a0..b4a04f2 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ In your `compose.yaml`, include a service like: ```yaml proxy: - image: silintl/traefik-https-proxy + image: ghcr.io/sil-org/traefik-https-proxy ports: - "80:80" - "443:443" diff --git a/compose.yaml b/compose.yaml index e4a516d..3080d22 100644 --- a/compose.yaml +++ b/compose.yaml @@ -11,21 +11,21 @@ services: - ./local.env dev1: - image: silintl/php8:8.3 + image: ghcr.io/sil-org/php8:8.3 ports: - "80" volumes: - ./index.php:/data/frontend/web/index.php dev2: - image: silintl/php8:8.3 + image: ghcr.io/sil-org/php8:8.3 ports: - "80" volumes: - ./index.php:/data/frontend/web/index.php dev3: - image: silintl/php8:8.3 + image: ghcr.io/sil-org/php8:8.3 ports: - "80" volumes: