Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

5 Commits

Repository files navigation

wordpress-sqlite

Lightweight Wordpress on Alpine with php-fpm ondemand and SQLite instead of MySQL.

docker pull milanb/wordpress-sqlite

Docker Hub milanb/wordpress-sqlite

Can be used in conjunction with wordpress-nginx (Docker Hub milanb/wordpress-nginx) to provide a full lightweight Wordpress solution.

Example docker-compose.yml for both:

version: '2'services:
wp:
image: milanb/wordpress-sqliteenvironment:
- WP_HOME=https://mysite.com
- WP_SITEURL=https://mysite.comvolumes:
- db:/var/www/db
- uploads:/var/www/html/wp-content/uploadsrestart: alwayshttp:
image: milanb/wordpress-nginxlinks:
- wp:wordpressvolumes_from:
- wpports:
- "8081:80"volumes:
db:
external: trueuploads:
external: true

About

Lightweight Wordpress Docker Container on Alpine with php-fpm ondemand and SQLite instead of MySQL.

Topics

Resources

Stars

19 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages