duck2api1616 / docker-compose.yml
ffreemt
Add route prefix /hf
931bd01
raw
history blame contribute delete
169 Bytes
version: '3'
services:
app:
image: ghcr.io/aurora-develop/duck2api:latest
container_name: duck2api
restart: unless-stopped
ports:
- '8080:8080'