Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 572 Bytes

readme.md

File metadata and controls

39 lines (25 loc) · 572 Bytes

WordPress Sandbox

This library is WordPress Docker setup which uses SQLite database and PHP built-in web server.

Usage

Build

$ docker compose build --pull --no-cache 

Run

$ docker compose up -d

View

http://localhost 

Shell

$ docker compose exec wordpress-sandbox /bin/sh

Close

$ docker compose down --remove-orphans 

License

MIT