Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tofran authored Sep 13, 2024
1 parent 3902cc2 commit ac487c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This is a simple, small, and multi-arch Docker image of Nginx with basic authent

```sh
docker run \
-p 8080:80 \
-e BASIC_AUTH_USERNAME=your_username \
-e BASIC_AUTH_PASSWORD=your_password \
-v ./your/www/dir:/usr/share/nginx/html \
Expand Down

0 comments on commit ac487c7

Please sign in to comment.