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
- Host: GitHub
- URL: https://github.com/alexintosh/wp-docker
- Owner: Alexintosh
- Created: 2017-04-04T14:08:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-23T11:24:46.000Z (almost 9 years ago)
- Last Synced: 2025-08-20T22:36:36.424Z (10 months ago)
- Topics: docker-compose, dockerfile, mysql, phpmyadmin, pureftp, wordpress
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!