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

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

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
```