dapi / docker-compose.yml
sanbo
update sth. at 2024-12-24 12:41:40
8fb5936
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:
- '7860:7860'