https://github.com/vanbasx/wpdocker-block
Starter WP Block Theme with Docker
https://github.com/vanbasx/wpdocker-block
docker docker-compose wordpress wordpress-development wordpress-plugin wordpress-theme
Last synced: 5 months ago
JSON representation
Starter WP Block Theme with Docker
- Host: GitHub
- URL: https://github.com/vanbasx/wpdocker-block
- Owner: vanbasx
- Created: 2024-06-23T12:57:08.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T13:08:40.000Z (about 2 years ago)
- Last Synced: 2025-02-09T09:32:38.215Z (over 1 year ago)
- Topics: docker, docker-compose, wordpress, wordpress-development, wordpress-plugin, wordpress-theme
- Language: PHP
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
1. Clone the repository:
`git clone https://github.com/vanbasx/wpdocker-block`
2. Navigate to the work folder:
`cd wpdocker-block`
3. Build and Start Containers:
`docker-compose up -d`
4. Open in browser:
`http://localhost:8000`
To stop the running containers, use:
`docker-compose down --volumes`