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
- Host: GitHub
- URL: https://github.com/terwer/portable-wordpress
- Owner: terwer
- Created: 2022-06-11T10:02:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T08:22:59.000Z (over 2 years ago)
- Last Synced: 2025-05-13T16:53:30.593Z (about 1 year ago)
- Topics: docker, portable, wordpress
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```