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