cytopia

Results 225 comments of cytopia

> // Uncomment the next line to run commands after the container is created - for example installing git. > // "postCreateCommand": "apt-get update && apt-get install -y git", Is...

Thanks everyone for gathering this info together.

> I will try in any case to take up this approach in our [Contao documentation](https://docs.contao.org/manual/de/anleitungen/lokale-installation/devilbox/) or to extend it ... Cool. Let me know when its in and I...

I will draft an PR on this with the information I currently have. Please be noted that I do not have a Windows machine to test with, so I will...

Hi @ptmrio you can find the reverse proxy setup within the documentation. It is pretty mich the same as this: https://devilbox.readthedocs.io/en/latest/examples/setup-reverse-proxy-nodejs.html

> by allowing a different port @Ernestopheles You can already set any port you want in the `.env` file: ![Screenshot 2022-02-04 19-57-48 selection](https://user-images.githubusercontent.com/12533999/152587148-4a13603d-97ac-423c-be60-d6c912452dc5.png)

Hi guys, I thought about something like this, which would be do-able ## 1. `.env` (Define the default PHP version): ``` DEFAULT_PHP_VERSION=php-fpm-5.6 TLD_SUFFIX=dev ``` ## 2. Startup This will startup...

> what about a possibility, to setup the php version in specific project? This doesn't make any sense. If you have one project which should be server by php54 and...

If this proposal does the job that projects can be tested against multiple php versions in general then I would say lets go with this implementation. All other improvements are...

@jeffwhitfield not quite sure If I fully understood you. > If multiple versions of PHP are available, wouldn’t they all be accessible from different directories anyways? No, one project in...