Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.

Commit

Permalink
Troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
ritsource committed Apr 10, 2019
1 parent 9a89707 commit 8d3c614
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerrun.aws.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
"containerDefinitions": [
{
"name": "client",
"image": "ritwik310/scheduler-client",
"image": "ritwik310/scheduler-client:5cdfec9d0189737f6aa002d7771ccdc715d6df3b",
"hostname": "client",
"essential": false,
"memory": 128
},
{
"name": "server",
"image": "ritwik310/scheduler-server",
"image": "ritwik310/scheduler-server:5cdfec9d0189737f6aa002d7771ccdc715d6df3b",
"hostname": "server",
"essential": false,
"memory": 128
},
{
"name": "nginx",
"image": "ritwik310/scheduler-nginx",
"image": "ritwik310/scheduler-nginx:5cdfec9d0189737f6aa002d7771ccdc715d6df3b",
"hostname": "nginx",
"essential": true,
"portMappings": [
Expand Down

0 comments on commit 8d3c614

Please sign in to comment.