From 396164efb344f2279c82d70b93aac265d04e2883 Mon Sep 17 00:00:00 2001 From: Pierre Josselin Date: Tue, 21 Jun 2022 16:40:03 +0200 Subject: [PATCH] Fix docker run command in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46d30a8..5fd9873 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ docker build -t activation-service:my-tag . Make a copy of the configuration file `config/as.yml` and modify according to your environment. Then run the image: ```shell -docker run --rm -it -p 7000:7000 -v /as.yml:/home/portal/config/as.yml activation-service:my-tag +docker run --rm -it -p 7000:7000 -v /as.yml:/home/aservice/config/as.yml activation-service:my-tag ``` ### Kubernetes