feat(docker): add docker-compose file (close #2067)

pull/2849/head
Noah Hsu 2022-12-30 14:25:22 +08:00
parent 395f0fc5f3
commit d1b9db38c7
1 changed files with 14 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@ -0,0 +1,14 @@
version: '3.3'
services:
alist:
restart: always
volumes:
- '/etc/alist:/opt/alist/data'
ports:
- '5244:5244'
environment:
- PUID=0
- PGID=0
- UMASK=022
container_name: alist
image: 'xhofe/alist:latest'