Skip to content

Commit

Permalink
Fixed little typo in the Docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
alex3025 authored May 17, 2024
1 parent d347b48 commit 8bdb5cb
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 @@ -59,7 +59,7 @@ docker run -d --name ilo-fans-controller --restart always \
-e ILO_HOST='your-ilo-address' \
-e ILO_USERNAME='your-ilo-username' \
-e ILO_PASSWORD='your-ilo-password' \
ghcr.io/alex3025/ilo-fan-controller:latest
ghcr.io/alex3025/ilo-fans-controller:latest
```

Or if you prefer, you can use `docker compose`, as the [docker-compose.yaml](https://github.com/alex3025/ilo-fans-controller/blob/main/docker-compose.yaml) file is provided as well.
Expand Down

0 comments on commit 8bdb5cb

Please sign in to comment.