From 5988fe8212d74ad673da701df04611bc5a91fcf6 Mon Sep 17 00:00:00 2001 From: C4illin Date: Mon, 9 Sep 2024 13:17:37 +0200 Subject: [PATCH] chore: fix docker run command fixes #127 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee79668..f6288fd 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ services: or ```bash -docker run ghcr.io/c4illin/convertx -p 3000:3000 -v ./data:/app/data +docker run -p 3000:3000 -v ./data:/app/data ghcr.io/c4illin/convertx ``` Then visit `http://localhost:3000` in your browser and create your account. Don't leave it unconfigured and open, as anyone can register the first account.