Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/53ningen/docker-wordpress

Wordpress Deployment with PHP-FPM, NGINX, and MariaDB using docker-compose
https://github.com/53ningen/docker-wordpress

Last synced: 7 days ago
JSON representation

Wordpress Deployment with PHP-FPM, NGINX, and MariaDB using docker-compose

Awesome Lists containing this project

README

        

# Wordpress Deployment with PHP-FPM, NGINX, and MariaDB using docker-compose

## Usage

1. Download latest WordPress source: `./setup.sh`
2. `docker-compose up`
3. http://127.0.0.1:8080

- database name: wordpress
- username: `wordpress`
- password: `example`
- hostname: `mariadb`
- table prefix: `wp_`

4. http://127.0.0.1:8080/wp-login.php

- BasicAuth: `example:example`