Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dre1080/docker-bedrock
Docker Image for Bedrock WP Projects (contains PHP, Apache)
https://github.com/dre1080/docker-bedrock
apache bedrock docker modsecurity modsecurity-core-rule-set php wordpress
Last synced: 9 days ago
JSON representation
Docker Image for Bedrock WP Projects (contains PHP, Apache)
- Host: GitHub
- URL: https://github.com/dre1080/docker-bedrock
- Owner: dre1080
- Created: 2019-10-22T09:09:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T14:57:35.000Z (almost 5 years ago)
- Last Synced: 2024-11-07T11:54:24.265Z (about 2 months ago)
- Topics: apache, bedrock, docker, modsecurity, modsecurity-core-rule-set, php, wordpress
- Language: Dockerfile
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bedrock Docker Build Image
[hub]: https://hub.docker.com/r/dre1080/bedrock
## What is Bedrock
[Bedrock](https://roots.io/bedrock) is a [WordPress](https://wordpress.org) boilerplate
with modern development tools,
easier configuration,
and an improved folder structure## How to use this image
### Create a `Dockerfile` in your [Bedrock](https://roots.io/bedrock) project
```dockerfile
FROM dre1080/bedrock
```## Configuration
At this point,
there are no configuration options
for this image.