https://github.com/patheard/wordpress-alpine-apache
Proof-of-concept WordPress using Alpine, PHP-FPM and Apache.
https://github.com/patheard/wordpress-alpine-apache
alpine apache docker php-fpm wordpress
Last synced: about 2 months ago
JSON representation
Proof-of-concept WordPress using Alpine, PHP-FPM and Apache.
- Host: GitHub
- URL: https://github.com/patheard/wordpress-alpine-apache
- Owner: patheard
- License: mit
- Created: 2021-10-18T17:59:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-18T18:05:29.000Z (over 4 years ago)
- Last Synced: 2025-07-12T08:43:55.299Z (12 months ago)
- Topics: alpine, apache, docker, php-fpm, wordpress
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WordPress Alpine Apache
Proof-of-concept WordPress Docker image using Alpine, PHP-FPM and Apache.
```sh
docker build -t wordpress-alpine-apache .
docker run -p 8080:80 -d wordpress-alpine-apache
curl -L http://localhost:8080
```