Skip to content

Commit

Permalink
chore: updating README with correct container name
Browse files Browse the repository at this point in the history
  • Loading branch information
plockaby committed Dec 7, 2024
1 parent 716bb99 commit cce7691
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ poetry run hypercorn \
Still a third way to run this program is with Docker, like this:

```
docker build -t enphase_proxy .
make build
# using the login mechanism
docker run --rm \
Expand All @@ -62,7 +62,7 @@ docker run --rm \
-e ENPHASE_REMOTE_API_PASSWORD=$ENPHASE_REMOTE_API_PASSWORD \
-e ENPHASE_REMOTE_API_SERIALNO=$ENPHASE_REMOTE_API_SERIALNO \
-e ENPHASE_REMOTE_API_URL=$ENPHASE_REMOTE_API_URL \
enphase_proxy \
ghcr.io/paullockaby/enphase-proxy \
--bind=:8080 \
--access-logfile=- \
--error-logfile=- \
Expand All @@ -73,7 +73,7 @@ docker run --rm \
-p 8080:8080 \
-e ENPHASE_LOCAL_API_URL=$ENPHASE_LOCAL_API_URL \
-e ENPHASE_LOCAL_API_JWT=$ENPHASE_LOCAL_API_JWT \
enphase_proxy \
ghcr.io/paullockaby/enphase-proxy \
--bind=:8080 \
--access-logfile=- \
--error-logfile=- \
Expand Down

0 comments on commit cce7691

Please sign in to comment.