mirror of
https://github.com/TeamPiped/instances-api.git
synced 2024-08-14 23:57:19 +00:00
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
|