mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-24 16:45:22 +02:00
* 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
14 lines
229 B
YAML
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: |