From b371a5317f9c00caab7245fa570070374efdc377 Mon Sep 17 00:00:00 2001 From: Exynox Date: Sun, 17 Nov 2024 11:19:21 +0200 Subject: [PATCH] Added remove flag to docker run command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79b8ad1..008dd59 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ You might already use port 80 on your machine for something else, in which case Next, we need to generate a cryptographic key. We'll make use of Laravel's generator feature, as follows: ```shell -docker run git.old-metin2.com/metin2/web:latest "php artisan key:generate --show" +docker run --rm git.old-metin2.com/metin2/web:latest "php artisan key:generate --show" ``` Run the above command and configure `WEB_APP_KEY` with the output. You should end up with something like: `WEB_APP_KEY=base64:`.