8 lines
114 B
YAML
8 lines
114 B
YAML
|
|
version: '3'
|
||
|
|
services:
|
||
|
|
web:
|
||
|
|
image: vulhub/thinkphp:5.0.23
|
||
|
|
container_name: 5.0.23-rce
|
||
|
|
ports:
|
||
|
|
- "880"
|