Nillander Alarcão

Results 10 comments of Nillander Alarcão

Eu tentei atualizar o meu CI para trabalhar com o PHP8.2 mas não consegui, o melhor que consegui foi o PHP8.1

> We have substantial CI3 applications running nicely on php 7.4 that we don't want to rewrite for CI4 just to be PHP 8x and 9.x compatible. We need a...

> > Eu tentei atualizar o meu CI para trabalhar com o PHP8.2 mas não consegui, o melhor que consegui foi o PHP8.1 > > I can support you make...

> That's odd -- `REDMINE_DB_PORT` _should_ be working. 🤔 > > Anything interesting in your logs? Does the entrypoint-generated `config/database.yml` file successfully include the specified port? Nothing interesting in my...

![image](https://github.com/user-attachments/assets/628b5257-3aa6-44eb-8d68-09c0403091fa) ![image](https://github.com/user-attachments/assets/73330b8c-1c5d-4b7a-b02b-af89e3a0a007) I've been trying exactly this way, and it only works with port 3306

Yes, we keep the doors open to use phpmyadmin and also so that we can use some integrations with other systems. Still, I couldn't figure out how the Redmine container...

I've already tried using the hostname itself, which is `redmine_db`, instead of `MYSQL_HOST_NAME`, but it still didn't work. The problem isn't with MySQL, because we're using it normally with phpMyAdmin....

> To make it less confusing, you could use: > > ```yaml > redmine_db: > ports: > - '${MYSQL_HOST_PORT}' > environment: > MYSQL_TCP_PORT: ${MYSQL_HOST_PORT} > ``` > > This would...

> Your problem is because you are trying to use both env var and a config file and they are conflicting. > > This block here doesn't have the port...