Update README, remove build:
from docker-compose
This commit is contained in:
parent
73d38d46ba
commit
9e176e921d
@ -1,9 +1,10 @@
|
|||||||
# wordpress-bedrock-docker
|
# wordpress-bedrock-docker
|
||||||
|
|
||||||
[![Build Status](https://drone.autonomic.zone/api/badges/autonomic-cooperative/wordpress-bedrock/status.svg)](https://drone.autonomic.zone/autonomic-cooperative/wordpress-bedrock)
|
A template for a Wordpress site using Bedrock (Composer) + Docker.
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
1. Clone this repository
|
1. Create a new repository in Gitea, using this repository as a template
|
||||||
2. Copy `src/.env.example` to `src/.env`
|
2. Clone the new repository
|
||||||
3. Run `docker-compose up`
|
3. Copy `src/.env.example` to `src/.env`
|
||||||
|
4. Run `docker-compose up`
|
||||||
|
@ -13,7 +13,6 @@ services:
|
|||||||
|
|
||||||
php:
|
php:
|
||||||
image: "thecoopcloud/wordpress:5.8.2-php7.4-fpm-bedrock"
|
image: "thecoopcloud/wordpress:5.8.2-php7.4-fpm-bedrock"
|
||||||
build: .
|
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
volumes:
|
volumes:
|
||||||
- ./src:/app:cached
|
- ./src:/app:cached
|
||||||
|
Reference in New Issue
Block a user