Skip to content

Commit d0bea07

Browse files
committed
docs: update README for clarity on image source and build instructions
1 parent 5784673 commit d0bea07

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
> [!INFO]
44
> **Work in Progress** - This is a custom Docker image build based on [ServerSideUp's Docker PHP](https://serversideup.net/open-source/docker-php/).
55
6+
This build supports both `amd64` and `arm64`, 32-bit images are not supported.
7+
68
### Using
79

810
```yaml
911
# compose.yml
1012
services:
1113
php:
12-
image: speedtest-tracker-docker:latest
14+
image: ghcr.io/alexjustesen/docker-speedtest-tracker:latest
1315
ports:
1416
- 80:8080
1517
# - 443:8443
@@ -62,7 +64,7 @@ volumes:
6264
6365
### Build
6466
65-
Use the `build` script to build the version you want to use. Use either a tagged version like `v1.0.0` or `latest`, if you don't specify a tag it will pull the main branch.
67+
Clone the repository and use the `build` script to build the version you want to use. Use either a tagged version like `v1.0.0` or `latest`, if you don't specify a tag it will pull the main branch.
6668

6769
```bash
6870
# Build with current main branch

0 commit comments

Comments
 (0)