Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 612 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 612 Bytes

WordPress on FrankenPHP

Caution

This repository has been deprecated in favor of FrankenWP, an enterprise-grade WordPress image built using FrankenPHP.

Run the popular WordPress CMS on top of FrankenPHP, the modern app server for PHP.

Getting Started

git clone https://github.com/dunglas/frankenphp-wordpress
cd frankenphp-wordpress
docker compose pull --include-deps
docker compose up

Your WordPress is available on https://localhost. Check docker-compose.yml to find DB credentials.