Skip to content

Commit

Permalink
Bump to v2.0.5-2
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tbird committed Jun 6, 2016
1 parent 254ac0e commit 6bd1e51
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 @@ -88,7 +88,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=$(openssl rand -hex 64) \
h0tbird/portus:latest
h0tbird/portus:v2.0.5-2
```

##### 4. Registry:
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:latest",
"image": "h0tbird/portus:v2.0.5-2",
"network": "BRIDGE",
"portMappings": [
{ "containerPort": 443, "hostPort": 0 }
Expand Down

0 comments on commit 6bd1e51

Please sign in to comment.