José Ignacio Amelivia Santiago
José Ignacio Amelivia Santiago
On the docker-compose file there is an environment variable called `PROVIDER_URL_INTERNAL` that is pointing to `host.docker.internal` this DNS name should "magically" point to docker host machine, but sadly that is...
As a workaround you can set it manually can do execute `ifconfig` on your terminal, look for the `docker0` interface ip address. And then replace `host.docker.internal` for that ip address...
I'm also struggling with this, did someone come up with a solution? In my scenario, as long as the key folders (data, apps, themes, config) belong to the `www-data` user...
I created some files under `ccd` and I'm having the same issue when mounting the volume, it's weird because apparently folders and files have the same permissions and owners as...
Ok, so generating the file and mounting the volume, the resulting ccd file had the following permissions: ``` -rwx------ 1 1000 1000 43 Dec 14 20:09 my_client ``` but entering...
:wave: Hello, sorry if this is not the best place to post this but... How can you add several items per day to the meal planner like shown in the...
Buenas! Me dio curiosidad el tema y estoy implementando [un cliente igual en PHP,](https://github.com/namelivia/wallapophp) ahora mismo y para la versión primera pensaba hacer poco más que traducir tus métodos a...