brokenscripts

Results 18 comments of brokenscripts

Good catch on the `geoip_acccount_id` to `geoip_account_id`. Thank you! Once you did that, the bind mounts were successful, so your setup should be good to go now. Both `cat` commands...

> Thanks, I keep finding more acccount references in my compose and stuff. Trying to hunt them down. I just tried to bring it up and got this: > >...

Thanks. I clearly was having a field day with that word. I fixed that change as well. Are you using my traefik compose.yaml as is in the repo or modified?...

A quick (and easy) fix to that is the following definition inside the traefik `compose.yaml`: OLD ```yaml ports: # - "80:80" # SHORT Syntax of below verbose definition - name:...

I'm not sure right now, I'll look into it later. That looks like weird DNS issues or a socket-proxy missing permission for docker ge. You could try editing the socket-proxy...

I'm honestly not sure, you might need to switch to louislam's dockerge repo and post an issue for him. If it's docker in docker then I'm not sure how to...

Remove `socket-proxy` as a running compose. Everywhere that relies on socket proxy mount in the docker socket. I'm a little busy currently but I'll see if I can gen you...

Closing this comment, I've added a "minimal" setup for folks to test w/o Traefik. Once you get the minimal setup running, you can add in traefik and swap out the...