mirror of
https://github.com/Threekiii/Awesome-POC.git
synced 2025-11-06 03:17:19 +00:00
9 lines
148 B
YAML
9 lines
148 B
YAML
|
|
version: "3"
|
||
|
|
|
||
|
|
services:
|
||
|
|
api:
|
||
|
|
build: .
|
||
|
|
image: dsolab/dubbo:cve-2020-1948
|
||
|
|
container_name: cve-2020-1948
|
||
|
|
ports:
|
||
|
|
- "12345:12345"
|