We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For some reason even when
services: port_mappings: - lb_port: 80 container_port: 8080
is set, the container port used continues to be set to port 3000.
You will need a district
git clone https://github.com/degica/barcelona-hello
cd barcelona-hello
bcn endpoint create --public --district=<name> hello2
bcn create -e hello -d <name>
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Context
For some reason even when
is set, the container port used continues to be set to port 3000.
How to test
You will need a district
git clone https://github.com/degica/barcelona-hello
cd barcelona-hello
bcn endpoint create --public --district=<name> hello2
bcn create -e hello -d <name>
The text was updated successfully, but these errors were encountered: