ItsEcholot / ContainerNursery

Puts Docker Containers to sleep and wakes them back up when they're needed
MIT License
94 stars 6 forks source link

Port is taken into consideration when selecting proxy host #17

Closed ItsEcholot closed 2 years ago

ItsEcholot commented 2 years ago

The following log entry explains the situation:

INFO [2021-09-21 08:19:27.307 +0200]: Added proxy host
    host: "dev.xxxxxxx.io"
    container: "speedtest"
    proxy: {
      "host": "localhost",
      "port": 3000
    }
    timeoutSeconds: 10
INFO [2021-09-21 08:19:27.309 +0200]: Proxy listening
    port: 8081
WARN [2021-09-21 08:19:36.010 +0200]: Proxy configuration missing
    host: "dev.xxxxxxx.io:8081"