ItsEcholot / ContainerNursery

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

Impossible to redirect with Mattermost #34

Closed JamesDAdams closed 2 years ago

JamesDAdams commented 2 years ago

Hi,

i use mattermost and i'm not redirected, I remain stuck on the loading page of ContainerNursery, and the mattermost container are start (it's work on LAN with ip:port)

Config :

  - domain: mattermost.domaine.com
    containerName: 
      - Mattermost
      - Mattermost-Mysql
    proxyHost: 192.168.1.100
    proxyPort: 10700
    timeoutSeconds: 60
docker run \
  --name='Mattermost' \
  -v /mattermost/data:/mattermost/data \
  -v /mattermost/logs:/mattermost/logs \
  -v /mattermost/config:/mattermost/config \
  -v /mattermost/plugins:/mattermost/plugins \
  -v /mattermost/client/plugins:/mattermost/client/plugins \
  -e MM_SQLSETTINGS_DATASOURCE='JamesServerUser:password@tcp(Mattermost-Mysql:3306)/mattermostJamesServer?charset=utf8mb4,utf8&readTimeout=30s&writeTimeout=30s' \
  -e APP_HOST='mattermost.domaine.com' \
  -e MM_SQLSETTINGS_DRIVERNAME='mysql' \
  ghcr.io/itsecholot/containernursery:latest

docker run \
  --name='Mattermost-Mysql' \
  -v /mattermost/var/lib/mysql:/var/lib/mysql \
  -e MYSQL_DATABASE='mattermostJamesServer' \
  -e MYSQL_USER='JamesServerUser' \
  -e MYSQL_PASSWORD='password' \
  -e MYSQL_ROOT_PASSWORD='password' \
  mysql

Sans titre

Sans titre

ItsEcholot commented 2 years ago

The X-Powered-By: ContainerNursery Header is still being served in the HEAD Request. Could it be that this is a caching issue? Maybe CloudFlare is to blame for this?

ItsEcholot commented 2 years ago

If you enable debug logging, the debug line Checked if target is ready should show you some details about the request that was sent to make sure the container started successfully.

JamesDAdams commented 2 years ago

I have this :

{"level":20,"time":1646322951491,"pid":1,"hostname":"c0c95e044e13","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646322951525,"pid":1,"hostname":"c0c95e044e13","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646322951525,"pid":1,"hostname":"c0c95e044e13","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}
ItsEcholot commented 2 years ago

The last line of the log you provided

{"level":20,"time":1646322951525,"pid":1,"hostname":"c0c95e044e13","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

Seems like a problem... You should check if ContainerNursery can establish a connection.

JamesDAdams commented 2 years ago

The last line of the log you provided

{"level":20,"time":1646322951525,"pid":1,"hostname":"c0c95e044e13","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

Seems like a problem... You should check if ContainerNursery can establish a connection.

Yes i can, he his in the same docker network

JamesDAdams commented 2 years ago

If I go to the mattermost url, it doesn't work, I'm blocked on the ContainerNursery waiting page. But if I restart ContainerNursery at this time after the restart the redirection works fine

The containerNursery log when the connection was accepted after the restart

{"level":20,"time":1646324853230,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324853327,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324853327,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324853360,"pid":1,"hostname":"4cae7976c25c","container":["Mattermost"],"data":{"status":"exec_create: /bin/sh -c curl -f http://localhost:8065/api/v4/system/ping || exit 1","id":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","from":"mattermost/mattermost-team-edition:release-6.4","Type":"container","Action":"exec_create: /bin/sh -c curl -f http://localhost:8065/api/v4/system/ping || exit 1","Actor":{"ID":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","Attributes":{"execID":"e0d124716fc5ded10ed7a48e4e05d2bf59955bf67c4e8a138e81c05e4d655f9f","image":"mattermost/mattermost-team-edition:release-6.4","name":"Mattermost"}},"scope":"local","time":1646324853,"timeNano":1646324853359870200},"msg":"Received container event"}
{"level":20,"time":1646324853360,"pid":1,"hostname":"4cae7976c25c","container":["Mattermost"],"data":{"status":"exec_start: /bin/sh -c curl -f http://localhost:8065/api/v4/system/ping || exit 1","id":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","from":"mattermost/mattermost-team-edition:release-6.4","Type":"container","Action":"exec_start: /bin/sh -c curl -f http://localhost:8065/api/v4/system/ping || exit 1","Actor":{"ID":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","Attributes":{"execID":"e0d124716fc5ded10ed7a48e4e05d2bf59955bf67c4e8a138e81c05e4d655f9f","image":"mattermost/mattermost-team-edition:release-6.4","name":"Mattermost"}},"scope":"local","time":1646324853,"timeNano":1646324853359955200},"msg":"Received container event"}
{"level":20,"time":1646324853409,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324853410,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324853412,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324853413,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324853416,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324853416,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324853425,"pid":1,"hostname":"4cae7976c25c","container":["Mattermost"],"data":{"status":"exec_die","id":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","from":"mattermost/mattermost-team-edition:release-6.4","Type":"container","Action":"exec_die","Actor":{"ID":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","Attributes":{"execID":"e0d124716fc5ded10ed7a48e4e05d2bf59955bf67c4e8a138e81c05e4d655f9f","exitCode":"0","image":"mattermost/mattermost-team-edition:release-6.4","name":"Mattermost"}},"scope":"local","time":1646324853,"timeNano":1646324853425568800},"msg":"Received container event"}
{"level":20,"time":1646324854146,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324854146,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324854186,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324854186,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324854349,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324854349,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324854352,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324854353,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324854353,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324854353,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324854369,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324854369,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324854384,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324854384,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324854397,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324854398,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324854400,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324854400,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324854414,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324854415,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324854416,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324854417,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324854454,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324854454,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied Upgrade request"}
{"level":20,"time":1646324854480,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324854480,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324854517,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324854518,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324854525,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324854525,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324854531,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324854531,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324854534,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324854534,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324854536,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324854536,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324854554,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324854555,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324854556,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324854557,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324854622,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324854622,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324854654,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324854654,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324854995,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324854996,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324855965,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324855966,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324858031,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324883431,"pid":1,"hostname":"4cae7976c25c","container":["Mattermost"],"data":{"status":"exec_create: /bin/sh -c curl -f http://localhost:8065/api/v4/system/ping || exit 1","id":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","from":"mattermost/mattermost-team-edition:release-6.4","Type":"container","Action":"exec_create: /bin/sh -c curl -f http://localhost:8065/api/v4/system/ping || exit 1","Actor":{"ID":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","Attributes":{"execID":"e1cd6bd2db12810676e3156f49ebbae7348a80dc423af462c43dcc07f75f657a","image":"mattermost/mattermost-team-edition:release-6.4","name":"Mattermost"}},"scope":"local","time":1646324883,"timeNano":1646324883430986200},"msg":"Received container event"}
{"level":20,"time":1646324883431,"pid":1,"hostname":"4cae7976c25c","container":["Mattermost"],"data":{"status":"exec_start: /bin/sh -c curl -f http://localhost:8065/api/v4/system/ping || exit 1","id":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","from":"mattermost/mattermost-team-edition:release-6.4","Type":"container","Action":"exec_start: /bin/sh -c curl -f http://localhost:8065/api/v4/system/ping || exit 1","Actor":{"ID":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","Attributes":{"execID":"e1cd6bd2db12810676e3156f49ebbae7348a80dc423af462c43dcc07f75f657a","image":"mattermost/mattermost-team-edition:release-6.4","name":"Mattermost"}},"scope":"local","time":1646324883,"timeNano":1646324883431079400},"msg":"Received container event"}
{"level":20,"time":1646324883498,"pid":1,"hostname":"4cae7976c25c","container":["Mattermost"],"data":{"status":"exec_die","id":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","from":"mattermost/mattermost-team-edition:release-6.4","Type":"container","Action":"exec_die","Actor":{"ID":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","Attributes":{"execID":"e1cd6bd2db12810676e3156f49ebbae7348a80dc423af462c43dcc07f75f657a","exitCode":"0","image":"mattermost/mattermost-team-edition:release-6.4","name":"Mattermost"}},"scope":"local","time":1646324883,"timeNano":1646324883498459000},"msg":"Received container event"}
{"level":20,"time":1646324886571,"pid":1,"hostname":"4cae7976c25c","container":["Bitwarden"],"data":{"status":"exec_create: /healthcheck.sh ","id":"94df474dc5ebd0836b4412c49e4920b5198792ad5bfcbc98026f6c47fed40708","from":"bitwardenrs/server:latest","Type":"container","Action":"exec_create: /healthcheck.sh ","Actor":{"ID":"94df474dc5ebd0836b4412c49e4920b5198792ad5bfcbc98026f6c47fed40708","Attributes":{"execID":"32ba317a38907da6d8b1a4f6b9f5684af00a5c39fb51ccfd9e27b49633b10bfa","image":"bitwardenrs/server:latest","name":"Bitwarden","traefik.enable":"true","traefik.http.routers.bitwarden.entrypoints":"websecure","traefik.http.routers.bitwarden.rule":"Host(`bitwarden.domaine.com`)"}},"scope":"local","time":1646324886,"timeNano":1646324886571371000},"msg":"Received container event"}
{"level":20,"time":1646324886571,"pid":1,"hostname":"4cae7976c25c","container":["Bitwarden"],"data":{"status":"exec_start: /healthcheck.sh ","id":"94df474dc5ebd0836b4412c49e4920b5198792ad5bfcbc98026f6c47fed40708","from":"bitwardenrs/server:latest","Type":"container","Action":"exec_start: /healthcheck.sh ","Actor":{"ID":"94df474dc5ebd0836b4412c49e4920b5198792ad5bfcbc98026f6c47fed40708","Attributes":{"execID":"32ba317a38907da6d8b1a4f6b9f5684af00a5c39fb51ccfd9e27b49633b10bfa","image":"bitwardenrs/server:latest","name":"Bitwarden","traefik.enable":"true","traefik.http.routers.bitwarden.entrypoints":"websecure","traefik.http.routers.bitwarden.rule":"Host(`bitwarden.domaine.com`)"}},"scope":"local","time":1646324886,"timeNano":1646324886571473700},"msg":"Received container event"}
{"level":20,"time":1646324886649,"pid":1,"hostname":"4cae7976c25c","container":["Bitwarden"],"data":{"status":"exec_die","id":"94df474dc5ebd0836b4412c49e4920b5198792ad5bfcbc98026f6c47fed40708","from":"bitwardenrs/server:latest","Type":"container","Action":"exec_die","Actor":{"ID":"94df474dc5ebd0836b4412c49e4920b5198792ad5bfcbc98026f6c47fed40708","Attributes":{"execID":"32ba317a38907da6d8b1a4f6b9f5684af00a5c39fb51ccfd9e27b49633b10bfa","exitCode":"0","image":"bitwardenrs/server:latest","name":"Bitwarden","traefik.enable":"true","traefik.http.routers.bitwarden.entrypoints":"websecure","traefik.http.routers.bitwarden.rule":"Host(`bitwarden.domaine.com`)"}},"scope":"local","time":1646324886,"timeNano":1646324886648777000},"msg":"Received container event"}
{"level":30,"time":1646324886745,"pid":1,"hostname":"4cae7976c25c","container":"Bitwarden","cpuUsageAverage":0.6797779353608745,"msg":"Stopping container"}
{"level":20,"time":1646324886758,"pid":1,"hostname":"4cae7976c25c","container":["Bitwarden"],"data":{"status":"kill","id":"94df474dc5ebd0836b4412c49e4920b5198792ad5bfcbc98026f6c47fed40708","from":"bitwardenrs/server:latest","Type":"container","Action":"kill","Actor":{"ID":"94df474dc5ebd0836b4412c49e4920b5198792ad5bfcbc98026f6c47fed40708","Attributes":{"image":"bitwardenrs/server:latest","name":"Bitwarden","signal":"15","traefik.enable":"true","traefik.http.routers.bitwarden.entrypoints":"websecure","traefik.http.routers.bitwarden.rule":"Host(`bitwarden.domaine.com`)"}},"scope":"local","time":1646324886,"timeNano":1646324886757915400},"msg":"Received container event"}

{"level":20,"time":1646324896785,"pid":1,"hostname":"4cae7976c25c","container":["Bitwarden"],"data":{"status":"kill","id":"94df474dc5ebd0836b4412c49e4920b5198792ad5bfcbc98026f6c47fed40708","from":"bitwardenrs/server:latest","Type":"container","Action":"kill","Actor":{"ID":"94df474dc5ebd0836b4412c49e4920b5198792ad5bfcbc98026f6c47fed40708","Attributes":{"image":"bitwardenrs/server:latest","name":"Bitwarden","signal":"9","traefik.enable":"true","traefik.http.routers.bitwarden.entrypoints":"websecure","traefik.http.routers.bitwarden.rule":"Host(`bitwarden.domaine.com`)"}},"scope":"local","time":1646324896,"timeNano":1646324896784642000},"msg":"Received container event"}

{"level":20,"time":1646324896795,"pid":1,"hostname":"4cae7976c25c","container":["Bitwarden"],"data":{"status":"die","id":"94df474dc5ebd0836b4412c49e4920b5198792ad5bfcbc98026f6c47fed40708","from":"bitwardenrs/server:latest","Type":"container","Action":"die","Actor":{"ID":"94df474dc5ebd0836b4412c49e4920b5198792ad5bfcbc98026f6c47fed40708","Attributes":{"exitCode":"137","image":"bitwardenrs/server:latest","name":"Bitwarden","traefik.enable":"true","traefik.http.routers.bitwarden.entrypoints":"websecure","traefik.http.routers.bitwarden.rule":"Host(`bitwarden.domaine.com`)"}},"scope":"local","time":1646324896,"timeNano":1646324896794786000},"msg":"Received container event"}
{"level":20,"time":1646324896895,"pid":1,"hostname":"4cae7976c25c","container":["Bitwarden"],"data":{"status":"stop","id":"94df474dc5ebd0836b4412c49e4920b5198792ad5bfcbc98026f6c47fed40708","from":"bitwardenrs/server:latest","Type":"container","Action":"stop","Actor":{"ID":"94df474dc5ebd0836b4412c49e4920b5198792ad5bfcbc98026f6c47fed40708","Attributes":{"image":"bitwardenrs/server:latest","name":"Bitwarden","traefik.enable":"true","traefik.http.routers.bitwarden.entrypoints":"websecure","traefik.http.routers.bitwarden.rule":"Host(`bitwarden.domaine.com`)"}},"scope":"local","time":1646324896,"timeNano":1646324896895496400},"msg":"Received container event"}
{"level":20,"time":1646324896896,"pid":1,"hostname":"4cae7976c25c","container":"Bitwarden","msg":"Stopping container complete"}
{"level":20,"time":1646324913504,"pid":1,"hostname":"4cae7976c25c","container":["Mattermost"],"data":{"status":"exec_create: /bin/sh -c curl -f http://localhost:8065/api/v4/system/ping || exit 1","id":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","from":"mattermost/mattermost-team-edition:release-6.4","Type":"container","Action":"exec_create: /bin/sh -c curl -f http://localhost:8065/api/v4/system/ping || exit 1","Actor":{"ID":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","Attributes":{"execID":"df39b72b3ae9d23e550a157d176d641d9bc87cdca6372ce51e2ed01272a5247a","image":"mattermost/mattermost-team-edition:release-6.4","name":"Mattermost"}},"scope":"local","time":1646324913,"timeNano":1646324913503690500},"msg":"Received container event"}
{"level":20,"time":1646324913504,"pid":1,"hostname":"4cae7976c25c","container":["Mattermost"],"data":{"status":"exec_start: /bin/sh -c curl -f http://localhost:8065/api/v4/system/ping || exit 1","id":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","from":"mattermost/mattermost-team-edition:release-6.4","Type":"container","Action":"exec_start: /bin/sh -c curl -f http://localhost:8065/api/v4/system/ping || exit 1","Actor":{"ID":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","Attributes":{"execID":"df39b72b3ae9d23e550a157d176d641d9bc87cdca6372ce51e2ed01272a5247a","image":"mattermost/mattermost-team-edition:release-6.4","name":"Mattermost"}},"scope":"local","time":1646324913,"timeNano":1646324913503780000},"msg":"Received container event"}
{"level":20,"time":1646324913567,"pid":1,"hostname":"4cae7976c25c","container":["Mattermost"],"data":{"status":"exec_die","id":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","from":"mattermost/mattermost-team-edition:release-6.4","Type":"container","Action":"exec_die","Actor":{"ID":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","Attributes":{"execID":"df39b72b3ae9d23e550a157d176d641d9bc87cdca6372ce51e2ed01272a5247a","exitCode":"0","image":"mattermost/mattermost-team-edition:release-6.4","name":"Mattermost"}},"scope":"local","time":1646324913,"timeNano":1646324913566865700},"msg":"Received container event"}
{"level":30,"time":1646324918034,"pid":1,"hostname":"4cae7976c25c","container":"Mattermost","cpuUsageAverage":0.312934433337763,"msg":"Stopping container"}
{"level":20,"time":1646324918061,"pid":1,"hostname":"4cae7976c25c","container":["Mattermost"],"data":{"status":"kill","id":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","from":"mattermost/mattermost-team-edition:release-6.4","Type":"container","Action":"kill","Actor":{"ID":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","Attributes":{"image":"mattermost/mattermost-team-edition:release-6.4","name":"Mattermost","signal":"15"}},"scope":"local","time":1646324918,"timeNano":1646324918060859600},"msg":"Received container event"}

{"level":20,"time":1646324918099,"pid":1,"hostname":"4cae7976c25c","container":["Mattermost"],"data":{"status":"die","id":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","from":"mattermost/mattermost-team-edition:release-6.4","Type":"container","Action":"die","Actor":{"ID":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","Attributes":{"exitCode":"0","image":"mattermost/mattermost-team-edition:release-6.4","name":"Mattermost"}},"scope":"local","time":1646324918,"timeNano":1646324918099152100},"msg":"Received container event"}
{"level":20,"time":1646324918240,"pid":1,"hostname":"4cae7976c25c","container":["Mattermost"],"data":{"status":"stop","id":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","from":"mattermost/mattermost-team-edition:release-6.4","Type":"container","Action":"stop","Actor":{"ID":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","Attributes":{"image":"mattermost/mattermost-team-edition:release-6.4","name":"Mattermost"}},"scope":"local","time":1646324918,"timeNano":1646324918240178000},"msg":"Received container event"}
{"level":20,"time":1646324918240,"pid":1,"hostname":"4cae7976c25c","container":"Mattermost","msg":"Stopping container complete"}
{"level":20,"time":1646324930153,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":30,"time":1646324930161,"pid":1,"hostname":"4cae7976c25c","container":"Mattermost","msg":"Starting container"}
{"level":20,"time":1646324930440,"pid":1,"hostname":"4cae7976c25c","container":"Mattermost","msg":"Starting container complete"}
{"level":20,"time":1646324930440,"pid":1,"hostname":"4cae7976c25c","container":["Mattermost"],"data":{"status":"start","id":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","from":"mattermost/mattermost-team-edition:release-6.4","Type":"container","Action":"start","Actor":{"ID":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","Attributes":{"image":"mattermost/mattermost-team-edition:release-6.4","name":"Mattermost"}},"scope":"local","time":1646324930,"timeNano":1646324930439834600},"msg":"Received container event"}
{"level":20,"time":1646324930605,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324930690,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324930693,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324930941,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324930943,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324931047,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324931118,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324931190,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324931192,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324931403,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324931440,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324931442,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324931598,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324931690,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324931691,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324931853,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324931941,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324931942,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324932096,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324932191,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324932192,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324932354,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324932442,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324932443,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324932597,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324932692,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324932693,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324932870,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324932942,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324932943,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324933094,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324933192,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324933194,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324933355,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324933443,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324933444,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324933662,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324933691,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324933692,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324933853,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324933943,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324933944,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324934104,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324934194,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324934195,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324934357,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324934444,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324934445,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324934627,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324934694,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324934695,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324934887,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324934943,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324934944,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324935194,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324935194,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324935444,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324935445,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324935693,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324935694,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324935881,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324935944,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324935945,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324936194,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324936195,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324936444,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324936445,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324936693,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324936694,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324936921,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324936943,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324936945,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324937193,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324937195,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324937318,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324937359,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324937444,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324937445,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324937598,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324937694,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324937695,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324937865,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324937945,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324937946,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324938105,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324938195,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324938196,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324938363,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324938445,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324938446,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324938597,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324938694,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324938695,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324938887,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324938944,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324938946,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324939195,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324939196,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324939445,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324939447,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324939696,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324939697,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324939877,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324939946,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324939947,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324940197,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324940198,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324940446,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324940447,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324940697,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324940698,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324940891,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324940947,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324940948,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324941197,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324941198,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324941448,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324941449,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324941697,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324941698,"pid":1,"hostname":"4cae7976c25c","error":{"message":"request to http://192.168.1.100:10700/ failed, reason: read ECONNRESET","type":"system","errno":"ECONNRESET","code":"ECONNRESET"},"msg":"Container readiness check failed"}

{"level":20,"time":1646324941874,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324941948,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324941949,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324942198,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324942200,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324942448,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324942450,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324942699,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324942700,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324942877,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324942948,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324942950,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324943198,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324943200,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324943449,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324943451,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324943699,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324943701,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324943885,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324943950,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324943951,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324944200,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324944202,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324944450,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324944452,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324944701,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324944703,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324944878,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324944952,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324944953,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324945203,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324945204,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324945453,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324945454,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324945703,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324945704,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324945872,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324945952,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324945954,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324946202,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324946204,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324946453,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324946455,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324946703,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324946705,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324946888,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324946953,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324946955,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324947203,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324947205,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324947453,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324947455,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324947703,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324947705,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324947925,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324947953,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324947955,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324948203,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324948205,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324948454,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324948455,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324948704,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324948706,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324948919,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324948954,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324948956,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324948957,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324949205,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324949206,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324949454,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324949456,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324949704,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324949706,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324949878,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324949955,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324949956,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324950206,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324950207,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324950456,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324950457,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324950706,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324950708,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324950875,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324950956,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324950958,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324951139,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324951207,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324951208,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324951347,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324951457,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324951458,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324951527,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324951706,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324951708,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324951956,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324951958,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324952047,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324952160,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324952207,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324952209,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324952422,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324952457,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324952458,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324952706,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324952708,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324952709,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324952917,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324952956,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324952957,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324953207,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324953209,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324953457,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324953459,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324953707,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324953709,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324953881,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324953957,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324953959,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324954208,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324954209,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324954458,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324954459,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324954707,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324954709,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324954890,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324954957,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324954959,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324955207,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324955209,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324955457,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324955459,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324955708,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324955709,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324955876,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324955958,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324955959,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324956208,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324956209,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324956458,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324956459,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324956707,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324956709,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324956958,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324956959,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324956978,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324956208,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324956209,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324956458,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324956459,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324956707,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324956709,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324956958,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324956959,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324956978,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324957208,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324957210,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324957459,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324957460,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324957709,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324957710,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324957887,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324957959,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324957960,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324958209,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324958211,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324958460,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324958462,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324958711,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324958713,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324958868,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324958962,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324958963,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324959212,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324959213,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324959462,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324959463,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324959712,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324959713,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324959874,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324959962,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324959964,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324960213,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324960214,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324960435,"pid":1,"hostname":"4cae7976c25c","container":["Mattermost"],"data":{"status":"exec_create: /bin/sh -c curl -f http://localhost:8065/api/v4/system/ping || exit 1","id":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","from":"mattermost/mattermost-team-edition:release-6.4","Type":"container","Action":"exec_create: /bin/sh -c curl -f http://localhost:8065/api/v4/system/ping || exit 1","Actor":{"ID":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","Attributes":{"execID":"8dd5595aaa38ba441b29d0431e75079e12f85b240e3cd36a61c0211d12098646","image":"mattermost/mattermost-team-edition:release-6.4","name":"Mattermost"}},"scope":"local","time":1646324960,"timeNano":1646324960435057200},"msg":"Received container event"}
{"level":20,"time":1646324960435,"pid":1,"hostname":"4cae7976c25c","container":["Mattermost"],"data":{"status":"exec_start: /bin/sh -c curl -f http://localhost:8065/api/v4/system/ping || exit 1","id":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","from":"mattermost/mattermost-team-edition:release-6.4","Type":"container","Action":"exec_start: /bin/sh -c curl -f http://localhost:8065/api/v4/system/ping || exit 1","Actor":{"ID":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","Attributes":{"execID":"8dd5595aaa38ba441b29d0431e75079e12f85b240e3cd36a61c0211d12098646","image":"mattermost/mattermost-team-edition:release-6.4","name":"Mattermost"}},"scope":"local","time":1646324960,"timeNano":1646324960435155000},"msg":"Received container event"}
{"level":20,"time":1646324960462,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324960464,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324960501,"pid":1,"hostname":"4cae7976c25c","container":["Mattermost"],"data":{"status":"exec_die","id":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","from":"mattermost/mattermost-team-edition:release-6.4","Type":"container","Action":"exec_die","Actor":{"ID":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","Attributes":{"execID":"8dd5595aaa38ba441b29d0431e75079e12f85b240e3cd36a61c0211d12098646","exitCode":"0","image":"mattermost/mattermost-team-edition:release-6.4","name":"Mattermost"}},"scope":"local","time":1646324960,"timeNano":1646324960501499000},"msg":"Received container event"}
{"level":20,"time":1646324960508,"pid":1,"hostname":"4cae7976c25c","container":["Mattermost"],"data":{"status":"health_status: healthy","id":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","from":"mattermost/mattermost-team-edition:release-6.4","Type":"container","Action":"health_status: healthy","Actor":{"ID":"fb30e0510c31ab9bdc5db0f23efaf8c5db74e60ac38831767d67dce1c0033a8c","Attributes":{"image":"mattermost/mattermost-team-edition:release-6.4","name":"Mattermost"}},"scope":"local","time":1646324960,"timeNano":1646324960508578800},"msg":"Received container event"}
{"level":20,"time":1646324960713,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324960714,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324960888,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324960963,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324960964,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324961213,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324961215,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324961409,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324961423,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324961464,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324961465,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324961704,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324961714,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324961715,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324961213,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324961215,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324961409,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324961423,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324961464,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324961465,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324961704,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324961714,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324961715,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324961903,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324961963,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324961965,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324962165,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324962213,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324962215,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324962407,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324962463,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324962465,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324962714,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324962716,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324962965,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324962967,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324963023,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324963215,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324963217,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324963466,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324963468,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324963717,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324963719,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324963908,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324963967,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324963968,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324964217,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324964219,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324964345,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324964468,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324964470,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324964631,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324964217,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324964219,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324964345,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324964468,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324964470,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324964631,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324964664,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324964719,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324964720,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324964969,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324964971,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324965017,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324965157,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324965219,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324965222,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324965413,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324965469,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324965471,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324965706,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324965720,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324965721,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324965905,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324965969,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324965971,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324966163,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324966220,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324966221,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324966406,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324966469,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324966471,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324966660,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324966720,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324966721,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324966913,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324966969,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324966971,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324967168,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324967219,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324967220,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324967405,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324967168,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324967219,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324967220,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324967405,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324967469,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324967471,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324967670,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324967719,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324967720,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324967923,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324967970,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324967971,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324968158,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324968221,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324968222,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324968415,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324968471,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324968473,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":20,"time":1646324968660,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"127.0.0.1","port":8080},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324968721,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324968723,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"proxyHost":"192.168.1.100","proxyPort":10700,"status":405,"headers":{},"msg":"Checked if target is ready"}
{"level":30,"time":1646324969510,"pid":1,"hostname":"4cae7976c25c","msg":"(Re)loading hosts, clearing all existing hosts first"}
{"level":30,"time":1646324969511,"pid":1,"hostname":"4cae7976c25c","host":["webvirtcloud.domaine.com","webvirtcloud.app.lan"],"container":["WebvirtCloud"],"proxy":{"host":"192.168.1.100","port":10148},"timeoutSeconds":300,"msg":"Added proxy host"}
{"level":30,"time":1646324969517,"pid":1,"hostname":"4cae7976c25c","host":["loc.domaine.com"],"container":["JamesServerLocation"],"proxy":{"host":"192.168.1.100","port":10121},"timeoutSeconds":30,"msg":"Added proxy host"}
{"level":30,"time":1646324969518,"pid":1,"hostname":"4cae7976c25c","host":["komga.domaine.com","komga.app.lan"],"container":["Komga"],"proxy":{"host":"192.168.1.100","port":10110},"timeoutSeconds":300,"msg":"Added proxy host"}
{"level":30,"time":1646324969519,"pid":1,"hostname":"4cae7976c25c","host":["wiki.domaine.com"],"container":["WikiJS","commento","CommentoPostgres"],"proxy":{"host":"192.168.1.100","port":10149},"timeoutSeconds":300,"msg":"Added proxy host"}
{"level":30,"time":1646324969520,"pid":1,"hostname":"4cae7976c25c","host":["synclounge.domaine.com"],"container":["Synclounge"],"proxy":{"host":"192.168.1.100","port":10118},"timeoutSeconds":30,"msg":"Added proxy host"}
{"level":30,"time":1646324969521,"pid":1,"hostname":"4cae7976c25c","host":["tidaldl.domaine.com"],"container":["TidalDL"],"proxy":{"host":"192.168.1.100","port":10146},"timeoutSeconds":900,"msg":"Added proxy host"}
{"level":30,"time":1646324969522,"pid":1,"hostname":"4cae7976c25c","host":["penpot.domaine.com"],"container":["penpot-frontend","penpot-backend","penpot-exporter","penpot-postgres","penpot-redis"],"proxy":{"host":"192.168.1.100","port":10851},"timeoutSeconds":300,"msg":"Added proxy host"}
{"level":30,"time":1646324969523,"pid":1,"hostname":"4cae7976c25c","host":["hadopi.domaine.com"],"container":["VPN_Flood","Flood"],"proxy":{"host":"192.168.1.100","port":10124},"timeoutSeconds":3600,"msg":"Added proxy host"}
{"level":30,"time":1646324969523,"pid":1,"hostname":"4cae7976c25c","host":["2fauth.domaine.com"],"container":["2FAuth"],"proxy":{"host":"192.168.1.100","port":10152},"timeoutSeconds":60,"msg":"Added proxy host"}
{"level":30,"time":1646324969524,"pid":1,"hostname":"4cae7976c25c","host":["plexwrapped.domaine.com","plexwrapped.app.lan"],"container":["PlexWrapperr"],"proxy":{"host":"192.168.1.100","port":580},"timeoutSeconds":120,"msg":"Added proxy host"}
{"level":30,"time":1646324969524,"pid":1,"hostname":"4cae7976c25c","host":["habitica.domaine.com"],"container":["HabiticaClient","HabiticaServer","HabiticaMongo"],"proxy":{"host":"192.168.1.100","port":9045},"timeoutSeconds":300,"msg":"Added proxy host"}
{"level":30,"time":1646324969525,"pid":1,"hostname":"4cae7976c25c","host":["hakatime.domaine.com"],"container":["HakaTime","HakaTimePostgreSQL"],"proxy":{"host":"192.168.1.100","port":10155},"timeoutSeconds":3600,"msg":"Added proxy host"}
{"level":30,"time":1646324969525,"pid":1,"hostname":"4cae7976c25c","host":["guacamole.domaine.com","guacamole.app.lan"],"container":["ApacheGuacamole"],"proxy":{"host":"192.168.0.122","port":8080},"timeoutSeconds":300,"msg":"Added proxy host"}
{"level":30,"time":1646324969526,"pid":1,"hostname":"4cae7976c25c","host":["bitwarden.domaine.com","bitwarden.app.lan"],"container":["Bitwarden"],"proxy":{"host":"192.168.0.103","port":80},"timeoutSeconds":120,"msg":"Added proxy host"}
{"level":30,"time":1646324969526,"pid":1,"hostname":"4cae7976c25c","host":["hrconvert2.domaine.com","hrconvert2.app.lan"],"container":["HRConvert2"],"proxy":{"host":"192.168.1.100","port":10181},"timeoutSeconds":300,"msg":"Added proxy host"}
{"level":30,"time":1646324969538,"pid":1,"hostname":"4cae7976c25c","host":["pigallery2.app.lan"],"container":["PiGallery2"],"proxy":{"host":"192.168.1.100","port":10541},"timeoutSeconds":60,"msg":"Added proxy host"}
{"level":30,"time":1646324969539,"pid":1,"hostname":"4cae7976c25c","host":["mattermost.domaine.com"],"container":["Mattermost"],"proxy":{"host":"192.168.1.100","port":10700},"timeoutSeconds":60,"msg":"Added proxy host"}
{"level":40,"time":1646324969541,"pid":1,"hostname":"4cae7976c25c","port":80,"msg":"Using default proxy listening port"}
{"level":30,"time":1646324969542,"pid":1,"hostname":"4cae7976c25c","port":80,"msg":"Proxy listening"}
{"level":30,"time":1646324969543,"pid":1,"hostname":"4cae7976c25c","port":8080,"host":"127.0.0.1","msg":"Proxy placeholder server listening"}
{"level":20,"time":1646324969558,"pid":1,"hostname":"4cae7976c25c","container":["WebvirtCloud"],"running":false,"msg":"Initial docker state check done"}
{"level":20,"time":1646324969559,"pid":1,"hostname":"4cae7976c25c","container":["JamesServerLocation"],"running":false,"msg":"Initial docker state check done"}
{"level":20,"time":1646324969560,"pid":1,"hostname":"4cae7976c25c","container":["Komga"],"running":false,"msg":"Initial docker state check done"}
{"level":20,"time":1646324969562,"pid":1,"hostname":"4cae7976c25c","container":["Synclounge"],"running":false,"msg":"Initial docker state check done"}
{"level":20,"time":1646324969562,"pid":1,"hostname":"4cae7976c25c","container":["TidalDL"],"running":false,"msg":"Initial docker state check done"}
{"level":20,"time":1646324969564,"pid":1,"hostname":"4cae7976c25c","domain":["hadopi.domaine.com"],"timeoutSeconds":3600,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324969565,"pid":1,"hostname":"4cae7976c25c","container":["2FAuth"],"running":false,"msg":"Initial docker state check done"}
{"level":20,"time":1646324969566,"pid":1,"hostname":"4cae7976c25c","container":["PlexWrapperr"],"running":false,"msg":"Initial docker state check done"}
{"level":20,"time":1646324969567,"pid":1,"hostname":"4cae7976c25c","domain":["hakatime.domaine.com"],"timeoutSeconds":3600,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324969568,"pid":1,"hostname":"4cae7976c25c","container":["ApacheGuacamole"],"running":false,"msg":"Initial docker state check done"}
{"level":20,"time":1646324969568,"pid":1,"hostname":"4cae7976c25c","container":["Bitwarden"],"running":false,"msg":"Initial docker state check done"}
{"level":20,"time":1646324969569,"pid":1,"hostname":"4cae7976c25c","container":["HRConvert2"],"running":false,"msg":"Initial docker state check done"}
{"level":20,"time":1646324969569,"pid":1,"hostname":"4cae7976c25c","container":["PiGallery2"],"running":false,"msg":"Initial docker state check done"}
{"level":20,"time":1646324969570,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324969570,"pid":1,"hostname":"4cae7976c25c","container":["Mattermost"],"running":true,"msg":"Initial docker state check done"}
{"level":20,"time":1646324969575,"pid":1,"hostname":"4cae7976c25c","container":["WikiJS","commento","CommentoPostgres"],"running":false,"msg":"Initial docker state check done"}
{"level":20,"time":1646324969575,"pid":1,"hostname":"4cae7976c25c","container":["HabiticaClient","HabiticaServer","HabiticaMongo"],"running":false,"msg":"Initial docker state check done"}
{"level":20,"time":1646324969575,"pid":1,"hostname":"4cae7976c25c","container":["penpot-frontend","penpot-backend","penpot-exporter","penpot-postgres","penpot-redis"],"running":false,"msg":"Initial docker state check done"}
{"level":20,"time":1646324969576,"pid":1,"hostname":"4cae7976c25c","container":["VPN_Flood","Flood"],"running":true,"msg":"Initial docker state check done"}
{"level":20,"time":1646324969576,"pid":1,"hostname":"4cae7976c25c","container":["HakaTime","HakaTimePostgreSQL"],"running":true,"msg":"Initial docker state check done"}
{"level":20,"time":1646324971821,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324971825,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324972431,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324972432,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324972438,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324972438,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324972489,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324972490,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324972491,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324972492,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324972502,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324972503,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324972505,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324972506,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324972555,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324972556,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324972558,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324972558,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324972559,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324972559,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324972563,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324972564,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324972565,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324972565,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324972581,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324972582,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324972586,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324972586,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324972670,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324972670,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324972804,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324972804,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324972856,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324972857,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324972857,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324972857,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324972858,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324972858,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324972858,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324972859,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324972897,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324972897,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324972974,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324972975,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324972976,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324972976,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324972981,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324972982,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324973750,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324973751,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324973813,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324973814,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324973938,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324973938,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324973939,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324973939,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324973943,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324973944,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324973945,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324973945,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324973949,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324973950,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324973970,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324973970,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324973971,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324973971,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324973987,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324973987,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324973987,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324973987,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324973992,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324973992,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324974036,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324974037,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied Upgrade request"}
{"level":20,"time":1646324974085,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324974085,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324974086,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324974086,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324974087,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324974087,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324974121,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324974121,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324974156,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324974157,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324974157,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324974158,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324974164,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324974164,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324974225,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324974225,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324974264,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324974265,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
{"level":20,"time":1646324974395,"pid":1,"hostname":"4cae7976c25c","domain":["mattermost.domaine.com"],"timeoutSeconds":60,"msg":"Resetting connection timeout"}
{"level":20,"time":1646324974396,"pid":1,"hostname":"4cae7976c25c","host":"mattermost.domaine.com","target":{"host":"192.168.1.100","port":10700},"headers":{"x-container-nursery-container-name":"Mattermost"},"msg":"Proxied request"}
ItsEcholot commented 2 years ago

It works when already running when ContainerNursery is started because ContainerNursery doesn't check if the container is ready in that case. The error states that this is a system level ECONNRESET: The TCP connection has been abruptly closed by the other side. This is nothing we can fix in CN. The error has to be at another location. Where exactly I can't tell you.