Skip to content

Commit

Permalink
try 0.0.0.0 instead of localhost for influxdb address
Browse files Browse the repository at this point in the history
  • Loading branch information
kafisatz committed Feb 28, 2023
1 parent 69f52e5 commit cb52794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
JULIA_NUM_THREADS: 4
#must include PORT too here:
#The hostname of the PostgreSQL service is the label you configured in your workflow, in this case, postgres. Because Docker containers on the same user-defined bridge network open all ports by default, you'll be able to access the service container on the default PostgreSQL port 5432.
INFLUXDB_HOST: localhost:8086
INFLUXDB_URL: http://localhost:8086
INFLUXDB_HOST: 0.0.0.0:8086
INFLUXDB_URL: http://0.0.0.0:8086
INFLUXDB_ORG: ${{ secrets.INFLUXDB_ORG }}
INFLUXDB_USER: ${{ secrets.INFLUXDB_USER }}
INFLUXDB_PASSWORD: ${{ secrets.INFLUXDB_PASSWORD }}
Expand Down

0 comments on commit cb52794

Please sign in to comment.