Always up-to-date multi-arch WordPress Docker images with built-in SQLite support.
TL;DR
docker run -d -p 8080:80 ghcr.io/yunussandikci/wordpress-sqlite:6.8.2-php8.4-apache
This repository provides always up-to-date WordPress Docker images with SQLite support, making it the best choice for quick development, testing, and small-scale deployments. Check all available docker images!

- SQLite Integration: WordPress is pre-configured to use SQLite as the database, thanks to the SQLite Database Integration Plugin. No extra setup required!
- Automated Builds: Docker images are automatically built and pushed to the GitHub Container Registry (
ghcr.io
) whenever new WordPress tags are released. - Multi-Architecture Support: Images are built for multiple architectures ensuring compatibility across a wide range of systems.
linux/amd64
,linux/arm/v7
,linux/arm64/v8
- Minimalistic: Only WordPress and the SQLite plugin are included—nothing extra. Lightweight and efficient!
To run the container, use the following command:
docker run -d -p 8080:80 ghcr.io/yunussandikci/wordpress-sqlite:6.8.2-php8.4-apache
This will start a WordPress instance with SQLite as the database, accessible at http://localhost:8080
.
The available tags correspond to the official WordPress Docker tags. You can find the list of supported tags in the tags.txt file.
We welcome contributions! If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Make your changes and commit them with a clear commit message.
- Push your changes to your fork.
- Submit a pull request to the
main
branch of this repository.
Please ensure your code follows the existing style and includes appropriate tests if applicable.
- WordPress for the amazing CMS.
- SQLite Database Integration Plugin for enabling SQLite support in WordPress.
If you encounter any issues or have questions, please open an issue in the GitHub repository.
This project is licensed under the GPL-2.0 License. See the LICENSE file for details.