Replies: 3 comments 4 replies
-
Hello, the port range from 1480 to 1485 are just default ports provided via docker-compose. You can modify these ports in the docker-compose.yaml file. |
Beta Was this translation helpful? Give feedback.
-
Thanks. I looked at the docker-compose.yaml file, but I didn't see 1480 there, which is the main application. Where is 1480 set? I'm wondering if you can provide a sample docker yaml file that has everything running on 8080, 8081, and 8082, as these are the only ports available on AWS Cloud9. We do all our development on Cloud9 and just can't get contember working there. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Thanks. We are getting somewhere. We changed 1480 to 8080 in the package.json and got something working. But, then we get the error below on the Admin screen. How do we fix this? We are just using your quickstart, so not doing anything. I assume this has to do with the ports in the yaml file. We have this in the file per your suggestion: ports:- '8081:4000' on line 32. Is this correct? What other lines do we change? There are so many ports in that file, 4000??? It's not clear what to do. Would be great if you provided a yaml file that will work on ports 8080,8081, and 8082 for the services. Really have no idea how to set up the ports in this file. What is 4000 for? ERROR
|
Beta Was this translation helpful? Give feedback.
-
We are trying to set up Contember to run on Cloud9 (Amazon IDE). We have got everything running, but can't preview the application anywhere. Apparently, Contember runs on ports 1480 to 1485, but Cloud9 only opens port 8080, 8081, 8082. How can we adjust the ports for Contember, so we can preview it on Cloud9?
Beta Was this translation helpful? Give feedback.
All reactions