cytopia

Results 225 comments of cytopia

Merged, will be available once the build pipelines have finished (1-2 hours) * https://github.com/cytopia/docker-terraform-docs/actions/runs/3330839242 * https://github.com/cytopia/docker-terraform-docs/actions/runs/3330849834

This should work by default. Is `bind` running? Also, can you do a curl at both of your API's from within the PHP container.

> Calling my API from PHP ⇒ return devilbox dashboard Can you share the code snippet that is calling the API

Are you able to open up the vhosts.php page?

> > Are you able to open up the vhosts.php page? > > Yes Can you dump the vhost configuration here. Maybe there is something wrong with the override. You...

This only seems to happen when [ionCube PHP Module](https://www.ioncube.com/loaders.php) is installed

I would also vote to go for the new php extension.

Closing due to inactivity

@tnissen375 https://github.com/cytopia/docker-ansible/pull/91

@[elkpodemiami](https://github.com/elkpodemiami) You should not re-install `gd`. The image already comes with `gd` compiled by default: Start a shell on the image ``` docker run -it --rm --entrypoint=bash devilbox/php-fpm:8.0-work ``` Show...