Vikas Kapadiya

Results 90 comments of Vikas Kapadiya

@wcaaan I think it is easier to get a static local IP. You google for Router and How to set a Static IP for the MAC address. I also have...

@wcaaan Try this, ping `host.docker.internal` from the devil box and see which IP it resolves. And then use the IP in the Laravel env. My note: You should look and...

Inside the docker, run this: `cat /etc/hosts`

Try `172.16.238.1` or `docker.for.lin.localhost` and see if its works.

in the Devilbox, can you do the following and provide the output? `curl -I http://php:4000`

@frankroc2022 Which port is your service running? Maybe run the service and then run the curl command.

@frankroc2022 The port should be where your Nodejs is running. If it's running on 8080 or 8000, you need to use that.

@frankroc2022 if it's fixed, I suggest you close the issue.

HI, I am getting same errror. I am using Custom GCE VM. (Created using offical colab guide.) ``` Traceback (most recent call last): File "/content/diffusers/examples/dreambooth/train_dreambooth.py", line 18, in from diffusers...

@taypyc I think you use `docker-compose.override.yml` to add the OpenSearch to the devil box. For more info: https://devilbox.readthedocs.io/en/latest/advanced/add-your-own-docker-image.html#add-your-own-docker-image