Skip to content
New issue

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

Changing web port in docker compose doesnt work :( #36

Open
pastorpflores opened this issue Dec 19, 2023 · 0 comments
Open

Changing web port in docker compose doesnt work :( #36

pastorpflores opened this issue Dec 19, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@pastorpflores
Copy link
Member

I want to change the web exposed port to :80.

I changed the value in 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 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

4 participants