Skip to content

Commit

Permalink
Update to Portus 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tbird committed Oct 1, 2016
1 parent cb62e14 commit 34378d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MAINTAINER Marc Villacorta Morera <[email protected]>
# Environment variables:
#------------------------------------------------------------------------------

ENV PORTUS_VERSION="master" \
ENV PORTUS_VERSION="2.1.0" \
NOKOGIRI_USE_SYSTEM_LIBRARIES="1"

#------------------------------------------------------------------------------
Expand Down
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-6
h0tbird/portus:v2.1.0-1
```

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

0 comments on commit 34378d4

Please sign in to comment.