Compare commits

...

1 Commits

Author SHA1 Message Date
mhg 64dbfc7343 fix: updated readme file contents 2023-09-06 10:33:55 +02:00
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: * Pull all images:
* `docker image pull --all-tags cellecram/security-c4po` * `docker image pull --all-tags cellecram/security-c4po`
* Create network: * Create network:
* `docker network create -d bridge c4po * `docker network create -d bridge c4po`
* Start images: * Start images:
* `docker run --network=c4po --name c4po-keycloak -d -p 8080:8080 cellecram/security-c4po:keycloak` * `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` * `docker run --network=c4po --name c4po-db -d -p 27017:27017 cellecram/security-c4po:mongo`