mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-12-13 13:50:28 +05:30
10 lines
201 B
YAML
10 lines
201 B
YAML
version: "3.8"
|
|
services:
|
|
piped:
|
|
image: 1337kavin/piped:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- "127.0.0.1:8080:8080"
|
|
volumes:
|
|
- ./config.properties:/app/config.properties
|