Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chkpwd committed Feb 27, 2024
1 parent a5a7671 commit d803946
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ The Apex Legends Prometheus Exporter can be easily run as a container. This sect

To pull the latest version of the Apex Legends Prometheus Exporter image, use the following command:
```sh
docker pull ghcr.io/chkpwd/apex-legends-exporter:latest && \
docker pull ghcr.io/chkpwd/apex-legends-exporter:latest
```
Run the container:
```sh
docker run --rm -p 5000:5000 \
-e USER_ID="your_user_id" \
-e PLAYER_NAME="player_name" \ # OPTIONAL, either USER_ID or PLAYER_NAME needs to be specified
Expand Down

0 comments on commit d803946

Please sign in to comment.