Skip to content

Socket.io port hardcoded to 80 #107

@fishfree

Description

@fishfree

I changed the Nginx port mapping in the docker-compose .yml:

...  
nginx:
    container_name: nginx
    build:
      context: .
      dockerfile: ./docker/nginx/Dockerfile
      args:
        network_mode: bridge
    # Enable for local development
    # volumes:
    #   - ./public/css:/var/www/css
    #   - ./public/js:/var/www/js
    restart: unless-stopped
    ports:
      **- "8009:80"**
    networks:
      - app-network
      - socket-network
...

However, when I click on "Get Feedback" button, the browser console shows errors as below:
image

I think it should respect the port mapping in the docker-compose.yml. Or do you know in which container to manually modify the related code, please?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions