From 1888a98e08804ec9f0c1a41da5e553d01680ed46 Mon Sep 17 00:00:00 2001 From: mhg Date: Wed, 6 Sep 2023 10:33:55 +0200 Subject: [PATCH] fix: updated readme file contents --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fa1769..5bd0097 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This repository contains the codebase of Security C4PO, built with an Angular Fr * Pull all images: * `docker image pull --all-tags cellecram/security-c4po` * Create network: - * `docker network create -d bridge c4po + * `docker network create -d bridge c4po` * Start images: * `docker run --network=c4po --name c4po-keycloak -d -p 8080:8080 cellecram/security-c4po:keycloak` * `docker run --network=c4po --name c4po-db -d -p 27017:27017 cellecram/security-c4po:mongo`