After my first deploy on Next dotCloud I saw a 503 error when visiting the site. Haven't found anything in the logs.
Asked
Active
Viewed 48 times
1 Answers
1
The problem was that no web container
was running.
The solution is to call
$ dcapp <app name>/default deploy --container 1

alej0
- 136
- 2
- 3
-
yes, you need to explicitly deploy your web container. btw, default number of containers is 1 so you do not have to specify '--container' param. – mkorszun Mar 16 '15 at 15:17