Skip to content

Commit

Permalink
Bump version to v2.0.2-1
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tbird committed Feb 19, 2016
1 parent 4db7318 commit 4312f1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions marathon.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"container": {
"type": "DOCKER",
"docker": {
"image": "h0tbird/portus:latest",
"image": "h0tbird/portus:v2.0.2-1",
"network": "BRIDGE",
"portMappings": [
{ "containerPort": 443, "hostPort": 0 }
Expand All @@ -43,7 +43,7 @@
{ "key": "env", "value": "SECRETS_ENCRYPTION_PRIVATE_KEY_PATH=/mnt/mesos/sandbox/certs/server-key.pem" },
{ "key": "env", "value": "SECRETS_PORTUS_PASSWORD=portuspw" }
],
"forcePullImage": true
"forcePullImage": false
}
},
"healthChecks": [
Expand Down

0 comments on commit 4312f1d

Please sign in to comment.