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
I want to change the web exposed port to :80.
I changed the value in Battery-Experiments-Manager/devops/docker-compose.yml
Battery-Experiments-Manager/devops/docker-compose.yml
wattrex_web_server: build: context: ../ dockerfile: ./devops/web_server/Dockerfile.web_server image: javibu13/wattrex-web-server:latest container_name: wattrex_web_server restart: always ports: - "80:8000"
then shut down the server with './deploy.sh force-stop' and re-launch it with './deploy.sh' and it hasn't changed :(
Grasias de antemano 👍
The text was updated successfully, but these errors were encountered:
mariuscrsn
RobertoAldea
javibu13
No branches or pull requests
I want to change the web exposed port to :80.
I changed the value in
Battery-Experiments-Manager/devops/docker-compose.yml
then shut down the server with './deploy.sh force-stop' and re-launch it with './deploy.sh' and it hasn't changed :(
Grasias de antemano 👍
The text was updated successfully, but these errors were encountered: