alist
This commit is contained in:
18
Docker/alist/docker-compose.yml
Normal file
18
Docker/alist/docker-compose.yml
Normal 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
|
||||||
Reference in New Issue
Block a user