mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-15 06:41:46 +08:00
9 lines
123 B
YAML
9 lines
123 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
zipkin:
|
|
image: openzipkin/zipkin
|
|
container_name: zipkin
|
|
ports:
|
|
- "9411:9411"
|