Matt Rayner

Results 40 comments of Matt Rayner

Aaaaaaaah, I’ve changed to an m3 Mac, which would make sense. I’ll see what I can do to get an intel image up Matt Rayner http://www.mattrayner.co.uk/ On Sat, 6 Apr...

Hi @macoopma when you say support, what are you expecting? Added apache configs, LetsEncrypt? Thanks, Matt

@rodgermoore would you be expecting to include certificates directly, or use a service like LetsEncrypt?

Hey Mystery86HH, I am running the image on my synology but just the included script. A 500 error may indicate a problem with the script you are using, try either...

I *think* you will need to map port 9000 to your local machine: ```bash docker run -i -t -p "$APACHE_PORT:80" -p 9000:9000 $MYSQL_PORT_COMMAND -v ${PWD}/app:/app -v ${PWD}/mysql:/var/lib/mysql mylamp ``` Then...

Hi aabbcc, I’m not sure what would be required to make this arm64, but will put this into the list of new features to look into. I’d be happy to...

Hi, it can definitely be configured to run as non root but I think it would be more invoked than this The image was only really intended for local development...

Hi @GuyMight44, I will have a think about this and get back to you :)

Hi @bencivennil, I would recommend trying with the newer images as the php5 images are no longer directly supported. Please try on a newer image and see if the issue...

This is a really good idea, I would want to keep run.sh stand-alone with a check and run for a /run/customisation.sh script or something like that That way as we...