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

https://github.com/terwer/portable-wordpress

portable wordpress
https://github.com/terwer/portable-wordpress

docker portable wordpress

Last synced: 2 months ago
JSON representation

portable wordpress

Awesome Lists containing this project

README

          

# portable-wordpress

portable wordpress

## dev

```bash
docker compose up --build
```

## deploy to rds

```bash
docker compose -f docker-compose-with-rds.yml up --build
```

run background

```bash
docker compose -f docker-compose-with-rds.yml up -d --build
```