mirror of https://github.com/Xhofe/alist
feat(docker): add docker-compose file (close #2067)
parent
395f0fc5f3
commit
d1b9db38c7
|
@ -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'
|
Loading…
Reference in New Issue