mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-25 06:44:03 +08:00

* disable caching of repository metadata and installation of tzdata * add TZ variable example
16 lines
273 B
YAML
16 lines
273 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
|
|
- TZ=UTC
|
|
container_name: alist
|
|
image: 'xhofe/alist:latest'
|