GithubHelp home page GithubHelp logo

milanboers / wordpress-sqlite Goto Github PK

View Code? Open in Web Editor NEW
15.0 15.0 7.0 3 KB

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

License: MIT License

PHP 75.22% Dockerfile 24.78%
alpine docker https ondemand php-fpm sqlite wordpress

wordpress-sqlite's People

Contributors

milanboers avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

wordpress-sqlite's Issues

your compose solution is actually working?

Hi there,

I tried your docker-compose and see several things

  • it might not work as it is because your nginx only filter ext .php and pass to the php fpm container however serving wordpress static files like css, js nginx has no clue. Thus my installation wizard display in browser is strange (no style at all)
  • I need to fix the wordpress permissions by execting into teh ct and run
chown -R www-data:www-data /var/www 
find /var/www/ -type d -exec chmod 0755 {} ; 
find /var/www/ -type f -exec chmod 644 {} ;

Not sure if this is using podman-compose is the problems but I dont think the first issues is due to that as it wont be a different if run on docker or podman.

I dont know how to fix that cleanly yet, might be mounting the first container volume into the nginx in full (rather than only the upload folder)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.