From fcb88edd3f6b9d81446e1e82befc677ec63338af Mon Sep 17 00:00:00 2001 From: fiona Date: Tue, 9 Apr 2024 11:25:05 +0200 Subject: [PATCH] docs: fix typo --- images/frankenphp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/frankenphp/README.md b/images/frankenphp/README.md index ed5c8ed..6eb5d91 100644 --- a/images/frankenphp/README.md +++ b/images/frankenphp/README.md @@ -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