From cb62e1470ee478d4ce3a8db03429790641f23f05 Mon Sep 17 00:00:00 2001 From: Marc Villacorta Date: Mon, 5 Sep 2016 12:26:16 +0200 Subject: [PATCH] Bump to v2.0.5-6 --- README.md | 2 +- marathon.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4dc8a7..24da10c 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-5 +h0tbird/portus:v2.0.5-6 ``` Browse to https://127.0.0.1 and do not fill the *New Registry* form until you have actually started the registry in step 4. diff --git a/marathon.json b/marathon.json index c87c81b..8255664 100644 --- a/marathon.json +++ b/marathon.json @@ -16,7 +16,7 @@ "container": { "type": "DOCKER", "docker": { - "image": "h0tbird/portus:v2.0.5-5", + "image": "h0tbird/portus:v2.0.5-6", "network": "BRIDGE", "portMappings": [ { "containerPort": 443, "hostPort": 0 }