mirror of
https://github.com/TeamPiped/Piped-Backend
synced 2025-09-02 19:41:14 +02:00
9 lines
223 B
YAML
9 lines
223 B
YAML
services:
|
|
piped:
|
|
image: 1337kavin/piped:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- "127.0.0.1:8080:8080"
|
|
volumes:
|
|
- ./config.hsqldb.properties:/app/config.properties
|