docker4wordpress
docker4wordpress copied to clipboard
Docker-based WordPress stack
### Codebase Built-in vanilla WordPress release 5.4.45 ### Host OS Ubuntu 20.04 on AWS EC2 ### Docker info output ``` Client: Context: default Debug Mode: false Plugins: app: Docker App...
### Codebase Built-in vanilla WordPress or mounted codebase ### Host OS e.g. macOS Sierra ### Docker info output ``` # Run "docker info" on the host machine and paste output...
### Codebase Built-in vanilla WordPress ### Host OS Ubuntu 20.04 ### Docker info output ``` Client: Context: default Debug Mode: false Plugins: app: Docker App (Docker Inc., v0.9.1-beta3) buildx: Build...
The local WordPress environment doesn't seem to be running/checking cron jobs on every page load as it should be according to the [WordPress docs](https://developer.wordpress.org/plugins/cron/). The hourly run of the crond...
### Codebase Mounted codebase ### Host OS Windows 10 Pro ### Docker info output ``` Client: Context: default Debug Mode: false Plugins: app: Docker App (Docker Inc., v0.9.1-beta3) buildx: Build...
Add the new comment in yml file
Added a bash script to automate the salt generation in the .env file.
## Preface Hi guys, I am getting an ERR_CONNECTION_REFUSED error, when trying to access http://wp.docker.localhost/. I think it has or might have to do with the settings and permissions on...
This is not so much a bug as it is a modest suggestion. The documentation mentioned [Configure Domains](https://wodby.com/docs/stacks/wordpress/local/#domains) almost in passing. Should be more strongly emphasized. The [.env file](https://github.com/wodby/docker4wordpress/blob/master/.env) for...
I'm unable to run BrowserSync with the Traefik reverse proxy. BrowserSync doesn't know what url to proxy and I'm not sure what to put there. I've tried every combination I...