Skip to content

Commit

Permalink
update version number and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
uberfastman committed Sep 29, 2024
1 parent dbfb292 commit 629f287
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
services:

app:
image: ghcr.io/uberfastman/fantasy-football-metrics-weekly-report:18.0.0
image: ghcr.io/uberfastman/fantasy-football-metrics-weekly-report:18.1.0
platform: linux/amd64
ports:
- "5001:5000"
Expand Down
2 changes: 2 additions & 0 deletions docker/DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ The Fantasy Football Metrics Weekly Report can be used within Docker for a more
```shell
docker compose -f compose.yaml -f compose.build.yaml build
```

***Note***: If you need to rebuild the Docker image with updated dependencies, run `docker compose -f compose.yaml -f compose.build.yaml build --no-cache`.

## Deploy

Expand Down

0 comments on commit 629f287

Please sign in to comment.