Giter Site home page Giter Site logo

u007 / docker-wordpress Goto Github PK

View Code? Open in Web Editor NEW

This project forked from maximiliend/docker-wordpress

0.0 2.0 0.0 31 KB

A enhanced docker image of WordPress with PHP7 & Security Tools. Based on Official Docker WordPress.

License: GNU General Public License v3.0

Shell 100.00%

docker-wordpress's Introduction

Wordpress

A enhanced docker image of WordPress with PHP7 & Security Tools. Based on Official Docker WordPress.

Wordpress Version

4.8

Advice

The official wordpress Image use a volume for /var/www/html. We keep it for wp-config.php, because if you want edit this one you will have to mount it with -v /path/to/wp-config.php:/var/www/html/wp-config.php and sometimes you can see a similar error "./sedKdJ9Dy: Device or resource busy" because of an inode change.

We recommend you to use volume for wordpress but only for /var/www/html/wp-content. So you only keep uploaded files, themes and plugins. You are not supposed to change the wordpress core. Simply choose what you want to do by using -v option.

docker run [...] -v /path/to/wp-content:/var/www/html/wp-content [...]

For security reason the default wordpress login /wp-login.php is hidden from bots.

Use http://my-awesome-website/wp-admin-panel/ to access to your login panel

Security

Embedded security systems in this version provide differents features :

  • Block malicious bots
  • Reduce comment spam
  • Protect sensitive files and pages
  • Reduce possible hacks & SQL injections by preventing some insertions in url.
  • Hide your admin panel login from bots.

Why use this version and not the official?

  • The official don't use PHP7
  • The official don't embeds security tips by default

docker-wordpress's People

Watchers

 avatar  avatar

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.