Files
templates/blueprints/alist/docker-compose.yml
kadma 16a7e0d9e4 Update image versions in docker-compose for AList, Appsmith, and Budibase (#639)
* Update image versions in the docker-compose and meta.json files for AList, Appsmith, and Budibase.

* Update MinIO image version in docker-compose

Pins a specific MinIO image version RELEASE.2025-09-07T16-13-09Z
2026-02-15 19:42:23 -06:00

14 lines
229 B
YAML

version: '3.3'
services:
alist:
image: xhofe/alist:v3.55.0
volumes:
- alist-data:/opt/alist/data
environment:
- PUID=0
- PGID=0
- UMASK=022
restart: unless-stopped
volumes:
alist-data: