fix: updated readme file contents

This commit is contained in:
mhg 2023-09-06 10:33:55 +02:00 committed by Cel
parent a5fa8ca9dd
commit 1888a98e08
1 changed files with 1 additions and 1 deletions

View File

@ -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`