We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5fa8ca commit 1888a98Copy full SHA for 1888a98
README.md
@@ -31,7 +31,7 @@ This repository contains the codebase of Security C4PO, built with an Angular Fr
31
* Pull all images:
32
* `docker image pull --all-tags cellecram/security-c4po`
33
* Create network:
34
- * `docker network create -d bridge c4po
+ * `docker network create -d bridge c4po`
35
* Start images:
36
* `docker run --network=c4po --name c4po-keycloak -d -p 8080:8080 cellecram/security-c4po:keycloak`
37
* `docker run --network=c4po --name c4po-db -d -p 27017:27017 cellecram/security-c4po:mongo`
0 commit comments