Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realies/wp-lemp-lite
🐳 Portable WordPress on Alpine with NGINX, PHP7, MariaDB and Supervisord
https://github.com/realies/wp-lemp-lite
alpine docker lemp lite mariadb nginx php wordpress
Last synced: about 1 month ago
JSON representation
🐳 Portable WordPress on Alpine with NGINX, PHP7, MariaDB and Supervisord
- Host: GitHub
- URL: https://github.com/realies/wp-lemp-lite
- Owner: realies
- License: mit
- Created: 2017-10-15T03:20:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-21T18:18:02.000Z (about 7 years ago)
- Last Synced: 2024-11-13T02:33:03.414Z (3 months ago)
- Topics: alpine, docker, lemp, lite, mariadb, nginx, php, wordpress
- Language: Shell
- Homepage: https://hub.docker.com/r/realies/wp-lemp-lite/
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Typical usage:
`docker run -d -p 80:80 --name wp-lemp-lite realies/wp-lemp-lite`Default environment variables that can be overwritten:
`DB_NAME=wordpress`
`DB_USER=wordpress`
`DB_PASS=secret`Web-server root and database data located within `/data/www` and `/data/mariadb` respectively.