Skip to content

Commit 3628cc1

Browse files
committed
Use docker images from GitHub Container Registry rather than Docker Hub
1 parent e9feb96 commit 3628cc1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In your `compose.yaml`, include a service like:
2020

2121
```yaml
2222
proxy:
23-
image: silintl/traefik-https-proxy
23+
image: ghcr.io/sil-org/traefik-https-proxy
2424
ports:
2525
- "80:80"
2626
- "443:443"

compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ services:
1111
- ./local.env
1212

1313
dev1:
14-
image: silintl/php8:8.3
14+
image: ghcr.io/sil-org/php8:8.3
1515
ports:
1616
- "80"
1717
volumes:
1818
- ./index.php:/data/frontend/web/index.php
1919

2020
dev2:
21-
image: silintl/php8:8.3
21+
image: ghcr.io/sil-org/php8:8.3
2222
ports:
2323
- "80"
2424
volumes:
2525
- ./index.php:/data/frontend/web/index.php
2626

2727
dev3:
28-
image: silintl/php8:8.3
28+
image: ghcr.io/sil-org/php8:8.3
2929
ports:
3030
- "80"
3131
volumes:

0 commit comments

Comments
 (0)