https://github.com/dunglas/frankenphp-wordpress
WordPress on FrankenPHP
https://github.com/dunglas/frankenphp-wordpress
docker docker-compose frankenphp php wordpress
Last synced: 3 months ago
JSON representation
WordPress on FrankenPHP
- Host: GitHub
- URL: https://github.com/dunglas/frankenphp-wordpress
- Owner: dunglas
- Archived: true
- Created: 2022-10-30T15:19:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T10:08:47.000Z (11 months ago)
- Last Synced: 2024-10-23T07:52:38.542Z (6 months ago)
- Topics: docker, docker-compose, frankenphp, php, wordpress
- Language: Dockerfile
- Homepage:
- Size: 4.88 KB
- Stars: 122
- Watchers: 9
- Forks: 18
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordPress on FrankenPHP
> [!CAUTION]
> This repository has been deprecated in favor of [FrankenWP](https://github.com/StephenMiracle/frankenwp),
> an enterprise-grade WordPress image built using FrankenPHP.Run the popular [WordPress CMS](https://wordpress.org) on top of [FrankenPHP](https://frankenphp.dev),
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.