Skip to content

Commit 1888a98

Browse files
committed
fix: updated readme file contents
1 parent a5fa8ca commit 1888a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This repository contains the codebase of Security C4PO, built with an Angular Fr
3131
* Pull all images:
3232
* `docker image pull --all-tags cellecram/security-c4po`
3333
* Create network:
34-
* `docker network create -d bridge c4po
34+
* `docker network create -d bridge c4po`
3535
* Start images:
3636
* `docker run --network=c4po --name c4po-keycloak -d -p 8080:8080 cellecram/security-c4po:keycloak`
3737
* `docker run --network=c4po --name c4po-db -d -p 27017:27017 cellecram/security-c4po:mongo`

0 commit comments

Comments
 (0)