https://github.com/adonyssantos/wordpress-docker-template
🌐🐋 A template to run Wordpress with Docker compose in local
https://github.com/adonyssantos/wordpress-docker-template
docker-compose mysql wordpress
Last synced: 2 months ago
JSON representation
🌐🐋 A template to run Wordpress with Docker compose in local
- Host: GitHub
- URL: https://github.com/adonyssantos/wordpress-docker-template
- Owner: adonyssantos
- Created: 2022-10-13T12:56:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T14:04:59.000Z (over 3 years ago)
- Last Synced: 2026-05-03T10:36:43.570Z (2 months ago)
- Topics: docker-compose, mysql, wordpress
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Run Wordpress with Docker Compose
## Prepare the environment
```bash
bash prepare.sh
```
Then you can update the `.env` file to change the default values.
## Build the project
```bash
docker compose up -d
# or
docker compose up
```
Open your browser and go to `http://localhost:8000`.
## Stop the project
```bash
docker compose down
```
## Remove the project
```bash
bash remove-volumes.sh
```