Skip to content

Commit

Permalink
hah
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhang018 committed Dec 22, 2023
1 parent 7df297e commit 51de7d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wordpress/pwnscriptum/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: '2'
services:
web:
image: vulhub/wordpress:4.6
restart: always
depends_on:
- mysql
environment:
Expand All @@ -13,5 +14,6 @@ services:
- "8080:80"
mysql:
image: mysql:5
restart: always
environment:
- MYSQL_ROOT_PASSWORD=root

0 comments on commit 51de7d4

Please sign in to comment.