https://github.com/ryo-manba/inception
Setup wordpress with docker-compose.
https://github.com/ryo-manba/inception
docker-compose wordpress
Last synced: 3 months ago
JSON representation
Setup wordpress with docker-compose.
- Host: GitHub
- URL: https://github.com/ryo-manba/inception
- Owner: ryo-manba
- License: mit
- Created: 2022-09-01T01:20:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-02T01:37:05.000Z (over 3 years ago)
- Last Synced: 2025-03-17T04:44:08.578Z (over 1 year ago)
- Topics: docker-compose, wordpress
- Language: Shell
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# inception
## Description
Setup Wordpress, nginx, and MariaDB with docker-compose.
## Usage
- Start the container.
```bash
make
```
- Stop and delete containers, images, volumes, and networks.
```bash
make fclean
```
## Author
[ryo-manba](https://twitter.com/ryo_manba)
## Licence
All code is released under the [MIT](https://github.com/ryo-manba/inception/blob/main/LICENSE) license