-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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:

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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels