diff --git a/alist/docker-compose.yml b/alist/docker-compose.yml new file mode 100644 index 0000000..3245c6c --- /dev/null +++ b/alist/docker-compose.yml @@ -0,0 +1,16 @@ +version: '3.3' +services: + alist: + restart: always + volumes: + - './opt:/opt/alist/data' + ports: + - '5244:5244' + - '5245:5245' + environment: + - PUID=0 + - PGID=0 + - UMASK=022 + - TZ=UTC + container_name: alist + image: 'xhofe/alist:latest'