From b01c8dfb94d17dc29c02fc3e0cdf27de79703deb Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Mon, 7 Nov 2022 20:37:37 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 80f2e46..492ccc1 100644 --- a/README.md +++ b/README.md @@ -92,12 +92,11 @@ Obviously, you can do the same via just opening the config file directly: For Docker instances, one way is to use a configured mktxp.conf file from a local installation. Alternatively you can create a standalone one in a dedicated folder: ``` mkdir mktxp -cd mktxp -nano mktxp.conf # copy & edit sample entry(ies) from above +nano mktxp/mktxp.conf # copy & edit sample entry(ies) from above ``` Now you can mount this folder and run your docker instance with: ``` -❯ docker run -v "/$(pwd)/mktxp:/home/mktxp/mktxp/" -it --rm ghcr.io/akpw/mktxp:latest +docker run -v "$(pwd)/mktxp:/home/mktxp/mktxp/" -p 49090:49090 -it --rm ghcr.io/akpw/mktxp:latest ``` #### MKTXP stack install