Skip to content

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

License

Notifications You must be signed in to change notification settings

PiotrPress/wordpress-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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