From 56cd9c1919d79179d8e1cb68c025bfea47fd2c99 Mon Sep 17 00:00:00 2001 From: Marc Villacorta Date: Sat, 13 Aug 2016 10:16:17 +0200 Subject: [PATCH] Use new v2.0.5-5 tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af55975..1c45253 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ cd portus && docker run -it --rm \ --env PORTUS_SECRET_KEY_BASE=$(openssl rand -hex 64) \ --env PORTUS_ENCRYPTION_PRIVATE_KEY_PATH=/certs/server-key.pem \ --env PORTUS_PORTUS_PASSWORD=some-password \ -h0tbird/portus:v2.0.5-4 +h0tbird/portus:v2.0.5-5 ``` Browse to https://127.0.0.1 and setup the `portus` user with the same password provided in the environment variable `PORTUS_PORTUS_PASSWORD`. Do not fill the *New Registry* form until you have actually started the registry in step 4.