You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Holger Wirtz ca62920cea Added missing packet for Dockerfile. 5 years ago
.travis.yml Only amd64 6 years ago
Dockerfile Added missing packet for Dockerfile. 5 years ago
Dockerfile.arm32v7 Commit 6 years ago
Dockerfile.arm64v8 Commit 6 years ago
README.md Only amd64 6 years ago
docker-entrypoint.sh Use absolute path for database dir 6 years ago

README.md

docker-wordpress-sqlite

Fork from official wordpress4-php7.2-apache, with sqlite plugin. For dev purpose or small memory device like Raspberrypi.

Tags

  • latest: amd64
  • arm32v7: Raspberry Pi v2 (not build yet)
  • arm64v8: Raspberry Pi v3 (not build yet)

How to use this image ?

Read official Readme.

Deleted environment variables: WORDPRESS_DB_* Added environment variables:

  • WORDPRESS_DB_DIR: location of sqlite file, relative to /var/www/html (default to "database", ie "/var/www/html/database")
  • WORDPRESS_DB_FILE: name of sqlite file (default to "database.sqlite")

MySQL vs SQLite

Read this article https://darryldias.me/12/my-experience-with-wordpress-sqlite/