nevinpuri / erlog

Minimalist log collector
MIT License
112 stars 1 forks source link

docker image seems not to be working properly #2

Closed danielzzz closed 1 year ago

danielzzz commented 1 year ago

hello, I am getting this error: image

this is my docker-compose file:

version: '3'

services:
    erlog:
        image: nevin1901/erlog:latest
        restart: "no"
        ports:
          - '8086:8080'
     best, dan
nevinpuri commented 1 year ago

My bad, I forgot to compile with some flags. I'll release working binaries later today.

nevinpuri commented 1 year ago

New docker builds are up on docker hub

danielzzz commented 1 year ago

I am sorry, still no luck with this: image