docker icon indicating copy to clipboard operation
docker copied to clipboard

The official Dockerfile for the MyBB forum software.

Results 5 docker issues
Sort by recently updated
recently updated
newest added

Hello, Could you publish v1.8.34 image please?

Hi, I found the php mail is not working in docker based version on my server, I've followed the instructions on `https://docs.mybb.com/1.8/faq/mail/` but the received an error message. please investigate,...

- Build from the Dockerfile instead of using the image for 1.9 since it is not yet published - Added some information regarding database connections

Please add support for `arm64` architecture to docker images. It is possible to create docker images supporting both `amd64` and `arm64` using `buildx`: ```sh docker buildx build \ --build-arg BUILD_AUTHORS="Kane...

## What / Why Uses .zip instead of .tar.gz files This allows using the [official .zip and its related checksums](https://mybb.com/versions/1.8.39/) (SHA512) Also: * Adds optional manual build trigger from the...