diff --git a/docker-compose/alist b/docker-compose/alist new file mode 100644 index 0000000..8b00e5e --- /dev/null +++ b/docker-compose/alist @@ -0,0 +1,14 @@ +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