LonnieTC

Results 146 comments of LonnieTC

Hello, Hope that your day is going well. I am now working with Openbazaar since I really think that it would make a great base to build from for the...

Hello, I am building the openbazaar-go on Ubuntu 20.04 with Go 1.11.13 and it compiles up fine, but when I try to start it, I get an error: " $...

Hello, Thanks for your response on to my inquiry. I am researching databases that might be a good starting point for a type of massively scaling P2P system in which...

Thanks for the quick response and I am absolutely sure about the DNS pointing to m VPS server. If I run the docker container by itself docker container run -d...

Let me try it again and I will use another domain for testing but it is basically exactly what your posted basic example is with the only change of that...

Well, I was able to get your whoami example working as it replied: I'm 6f54325e0a35 Maybe my nginx server problem is with the "upstreams 8000" and I may need to...

Hello, Unfortunately, I am still running into the same problem of site not being available when I run it though your CDP but can find it if I run the...

This is very strange since if I turn off Caddy and the nextbit docker-compose (down) with nothing running at all and then do: docker container run -d -p 8000:80 nextbit...

I just tried to start up things again. ``` br-ec8067d0ea7b: flags=4163 mtu 1500 inet 172.19.0.1 netmask 255.255.0.0 broadcast 172.19.255.255 ether 02:42:1d:0b:34:25 txqueuelen 0 (Ethernet) RX packets 37 bytes 6057 (6.0...

Turns out that the Caddy network (172.19.x.x) is the problem: ``` nextbit$ docker network inspect ec8067d0ea7b [ { "Name": "caddy", "Id": "ec8067d0ea7b2e7a88eae01627f5f000c03ed720310e4d4d3b60da213bce4f21", "Created": "2022-01-06T16:58:32.72934831+01:00", "Scope": "local", "Driver": "bridge", "EnableIPv6": false,...