Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down