Skip to content

Commit

Permalink
Bump to v2.0.5-6
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tbird committed Sep 5, 2016
1 parent 3e122db commit cb62e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion marathon.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit cb62e14

Please sign in to comment.