Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrundkoetter authored May 5, 2023
1 parent 85a2950 commit 79a0aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $exporter->run();

### with Docker

The image is based on `php:7.2-apache` and thus exposes data on port 80 by default. Assuming you fire this up with
The image is based on `php:8.1-apache` and thus exposes data on port 80 by default. Assuming you fire this up with
`-p 80:80` on localhost, you can see the metrics at [http://localhost/metrics](http://localhost/metrics).

Configuration is done with three environment variables: `TRELLO_API_KEY` and `TRELLO_API_TOKEN` for authentication and
Expand Down

0 comments on commit 79a0aeb

Please sign in to comment.