Skip to content

Commit

Permalink
Release v3.2.0
Browse files Browse the repository at this point in the history
- Improve README
- Make FILE_RESOURCE_BASE configurable via environment variable
  • Loading branch information
erikap committed Mar 26, 2021
1 parent 2f8a88a commit dd42c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Add the following snippet to your `docker-compose.yml` to include the file servi

```yaml
file:
image: semtech/mu-file-service:3.1.0
image: semtech/mu-file-service:3.2.0
links:
- database:database
volumes:
Expand Down Expand Up @@ -160,7 +160,7 @@ E.g.

```yaml
file:
image: semtech/mu-file-service:3.1.0
image: semtech/mu-file-service:3.2.0
links:
- database:database
environment:
Expand Down

0 comments on commit dd42c51

Please sign in to comment.