Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hibenji committed Nov 16, 2023
1 parent 183ccfe commit 0d74f00
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 @@ -18,9 +18,9 @@ Using Docker:
```
docker run -d -p 8070:8080 \
--name=repocket_stats \
-e NAME=<Your nickname> \
-e EMAIL=<repocket-email> \
-e PASSWORD=<repocket-password> \
-e NAME="<Your nickname>" \
-e EMAIL="<repocket-email>" \
-e PASSWORD="<repocket-password>" \
-v /repocket_stats:/var/www/html/config \
hibenji/repocket_stats
```
Expand Down

0 comments on commit 0d74f00

Please sign in to comment.