This commit is contained in:
2024-06-08 16:33:09 +08:00
parent bad71f9cd0
commit b4f2424b24
5 changed files with 163 additions and 21 deletions

View File

@@ -0,0 +1,20 @@
services:
alist:
image: ghcr.io/monlor/xiaoya-alist:latest
volumes:
- xiaoya:/data
ports:
- "5678:5678"
- "2345:2345"
- "2346:2346"
env_file:
- env
restart: unless-stopped
networks:
- default
networks:
default:
volumes:
xiaoya: