mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-07-18 17:38:07 +08:00
15 lines
258 B
YAML
15 lines
258 B
YAML
![]() |
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'
|