This commit is contained in:
2022-05-24 12:42:02 +08:00
parent 235c83cf00
commit 7b5c3432be

View File

@@ -0,0 +1,18 @@
version: '3.3'
services:
alist:
restart: unless-stopped
volumes:
- './data:/opt/alist/data'
ports:
- '5244:5244'
container_name: alist
image: 'xhofe/alist:latest'
networks:
nginx:
aliases:
- alist
networks:
nginx:
external: true