7 lines
109 B
YAML
7 lines
109 B
YAML
|
|
version: '3'
|
||
|
|
services:
|
||
|
|
web:
|
||
|
|
image: vulhub/shiro:1.2.4
|
||
|
|
container_name: Shiro-550
|
||
|
|
ports:
|
||
|
|
- "8080"
|