Hello everyone, I am installing PHP through container functionality. The image has been successfully pulled, but during startup, the log prompts “Interactive shell.” I found online that I need to add
stdin_open: true
and tty: true
in the docker-compose file. Where should I add these two commands in the routeros container functionality? Or could someone provide me with an example of installing PHP on routeros? Thank you.