mirror of
https://github.com/AlistGo/alist.git
synced 2025-11-25 03:15:10 +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'
|