Giter Club home page Giter Club logo

Comments (2)

bethesque avatar bethesque commented on July 19, 2024

Have you modified the port that nginx is listening on?

I changed the listen from 80 to 8080 in webapp.conf, and set the PACT_BROKER_PORT env var to 8080 (not sure if this was required) and then ran script/test.sh. The test script failed because it was still set to make the request on port 80, but when I went to the browser and loaded localhost:8080, the broker was running fine.

# container/etc/nginx/sites-enabled/webapp.conf

server {
    listen 8080;
    # server_name pact-broker;
    root /home/app/pact_broker/public;

    passenger_enabled on;
    passenger_user app;

    # If this is a Ruby app, specify a Ruby version:
    passenger_ruby /usr/bin/ruby;
}

screen shot 2017-11-18 at 12 30 17 pm

from pact_broker-docker.

bethesque avatar bethesque commented on July 19, 2024

I'm closing this due to lack of response, but please reopen if it is still an issue. It would be good if you could confirm if this worked or not for future users.

from pact_broker-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.