An open API service indexing awesome lists of open source software.

https://github.com/alexintosh/wp-docker

Simple Docker Compose for wordpress local development
https://github.com/alexintosh/wp-docker

docker-compose dockerfile mysql phpmyadmin pureftp wordpress

Last synced: 3 months ago
JSON representation

Simple Docker Compose for wordpress local development

Awesome Lists containing this project

README

          

# Simple Docker Compose for wordpress local development

##### Stack

- Wordpress 4.7.1
- Mysql 5.7
- Phpmyadmin (come on we all love him)
- Pureftp

##### Create containers

```
docker-compose up
```

##### Strating containers
```
docker-compose start
```

##### Stopping containers
```
docker-compose stop
```

##### Remove containers
To stop and remove all the containers use the **down** command
```
docker-compose down
```

## How can I support the developer?
- Star the GitHub repo :star:
- Create pull requests, submit bugs, suggest new features or documentation updates :wrench:
- Follow me on [Twitter](https://twitter.com/alexintosh) :feet:

## Can I hire you?
Yes! Ping me on [Twitter](https://twitter.com/alexintosh) or get in touch by [mail](mailto:alessio.d@gmail.com)
I will be happy to work with you!