Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OA authored Apr 9, 2024
1 parent fe17815 commit fcb88ed
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 fcb88ed

Please sign in to comment.