files/docker-compose/alist
zhao 8283503f1e 添加 docker-compose/alist
Signed-off-by: zhao <zhao@noreply.localhost>
2024-12-27 02:54:13 +08:00

15 lines
322 B
Plaintext

version: '3.3'
services:
alist:
image: 'xhofe/alist:latest'
container_name: alist
volumes:
- '/etc/alist:/opt/alist/data'
ports:
- '5244:5244'
environment:
- PUID=0
- PGID=0
- UMASK=022
restart: unless-stopped