https://github.com/yunussandikci/docker-wordpress-sqlite
Wordpress Docker Images with built-in SQLite Support
https://github.com/yunussandikci/docker-wordpress-sqlite
docker sqlite wordpress
Last synced: 3 months ago
JSON representation
Wordpress Docker Images with built-in SQLite Support
- Host: GitHub
- URL: https://github.com/yunussandikci/docker-wordpress-sqlite
- Owner: yunussandikci
- License: gpl-2.0
- Created: 2025-02-22T15:25:57.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-05T21:23:56.000Z (3 months ago)
- Last Synced: 2025-03-05T22:30:46.681Z (3 months ago)
- Topics: docker, sqlite, wordpress
- Language: Dockerfile
- Homepage:
- Size: 13.7 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WordPress Docker Images with SQLite Support
> Always up-to-date WordPress Docker images with built-in SQLite support[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
[](https://github.com/yunussandikci/docker-wordpress-sqlite/pkgs/container/wordpress-sqlite)
[](https://github.com/yunussandikci/docker-wordpress-sqlite/pkgs/container/wordpress-sqlite)
[](https://github.com/yunussandikci/docker-wordpress-sqlite/pkgs/container/wordpress-sqlite)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!](https://github.com/yunussandikci/docker-wordpress-sqlite/pkgs/container/wordpress-sqlite/versions)
## ✨ Features
- **SQLite Integration**: WordPress is pre-configured to use SQLite as the database, thanks to the [SQLite Database Integration Plugin](https://github.com/WordPress/sqlite-database-integration). 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!## 🚀 Usage
To run the container, use the following command:```bash
docker run -d -p 8080:80 ghcr.io/yunussandikci/wordpress-sqlite:6.7.2-php8.3-apache
```This will start a WordPress instance with SQLite as the database, accessible at `http://localhost:8080`.
## 🏷️ Available Tags
The available tags correspond to the official WordPress Docker tags. You can find the list of supported tags in the [tags.txt](tags.txt) file.
## 🤝 Contributing
We welcome contributions! If you'd like to contribute, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bugfix.
3. Make your changes and commit them with a clear commit message.
4. Push your changes to your fork.
5. 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.
## 🙏 Acknowledgments
- [WordPress](https://wordpress.org/) for the amazing CMS.
- [SQLite Database Integration Plugin](https://github.com/WordPress/sqlite-database-integration) for enabling SQLite support in WordPress.## ❤️ Support ❤️
If you encounter any issues or have questions, please open an issue in the [GitHub repository](https://github.com/yunussandikci/wordpress-sqlite/issues).
## 📄 License
This project is licensed under the GPL-2.0 License. See the [LICENSE](LICENSE) file for details.