first commit
Some checks failed
Vulhub Format Check and Lint / format-check (push) Has been cancelled
Vulhub Format Check and Lint / markdown-check (push) Has been cancelled
Vulhub Docker Image CI / longtime-images-test (push) Has been cancelled
Vulhub Docker Image CI / images-test (push) Has been cancelled
Some checks failed
Vulhub Format Check and Lint / format-check (push) Has been cancelled
Vulhub Format Check and Lint / markdown-check (push) Has been cancelled
Vulhub Docker Image CI / longtime-images-test (push) Has been cancelled
Vulhub Docker Image CI / images-test (push) Has been cancelled
This commit is contained in:
17
wordpress/pwnscriptum/docker-compose.yml
Normal file
17
wordpress/pwnscriptum/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
version: '2'
|
||||
services:
|
||||
web:
|
||||
image: vulhub/wordpress:4.6
|
||||
depends_on:
|
||||
- mysql
|
||||
environment:
|
||||
- WORDPRESS_DB_HOST=mysql:3306
|
||||
- WORDPRESS_DB_USER=root
|
||||
- WORDPRESS_DB_PASSWORD=root
|
||||
- WORDPRESS_DB_NAME=wordpress
|
||||
ports:
|
||||
- "8080:80"
|
||||
mysql:
|
||||
image: mysql:5
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=root
|
Reference in New Issue
Block a user