This commit is contained in:
2023-10-06 05:15:06 +00:00
committed by GitHub
parent a617f0b8eb
commit aa7cdf46e0
6 changed files with 30 additions and 1 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
version: '3'
services:
pixiv_downloader:
image: lifegpc/pixiv_downloader:master
volumes:
- ./downloads:/app/downloads
- ./data:/app/data
- ./tmp:/app/temp
ports:
- 8080:8080