Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/53ningen/docker-wordpress
- Owner: 53ningen
- Created: 2020-06-13T16:10:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T16:10:55.000Z (over 4 years ago)
- Last Synced: 2024-11-14T03:49:26.171Z (2 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`