mirror of
https://github.com/gusaul/grpcox.git
synced 2024-11-16 22:16:25 +00:00
8 lines
112 B
YAML
8 lines
112 B
YAML
version: '3'
|
|
services:
|
|
grpcox:
|
|
build: .
|
|
ports:
|
|
- "6969:6969"
|
|
volumes:
|
|
- ./index:/index |