mirror of
https://github.com/TeamPiped/instances-api.git
synced 2024-12-12 21:30:38 +05:30
9 lines
151 B
YAML
9 lines
151 B
YAML
|
version: '3'
|
||
|
|
||
|
services:
|
||
|
instances-api:
|
||
|
image: 1337kavin/piped-instances-api
|
||
|
ports:
|
||
|
- "127.0.0.1:3000:3000"
|
||
|
restart: unless-stopped
|