Skip to content

Commit

Permalink
Merge pull request #41 from OA/patch-1
Browse files Browse the repository at this point in the history
docs: fix typo
  • Loading branch information
shyim authored Apr 9, 2024
2 parents fe17815 + fcb88ed commit 35e236c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/frankenphp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ docker run --rm -p 80:80 -p 443:443 my-image
If you want to disable HTTPS, you can use the following environment variable:

```bash
dockr run \
docker run \
--rm \
-e SERVER_NAME=:80 \
-p 80:80 my-image
Expand Down

0 comments on commit 35e236c

Please sign in to comment.