mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-23 09:17:23 +00:00
9 lines
191 B
YAML
9 lines
191 B
YAML
version: '3'
|
|
services:
|
|
websdk:
|
|
image: vshyba/websdk
|
|
ports:
|
|
- '5279:5279'
|
|
- '5280:5280'
|
|
volumes:
|
|
- ./webconf.yaml:/webconf.yaml
|