2
0
mirror of https://github.com/acepanel/templates.git synced 2026-02-04 05:07:13 +08:00
Files
templates/openlist/docker-compose.yml
2026-01-16 06:31:57 +08:00

19 lines
377 B
YAML

services:
openlist:
image: ${OPENLIST_IMAGE}
restart: always
user: "0:0"
networks:
- acepanel-network
ports:
- "${OPENLIST_PORT_HTTP}:5244"
- "${OPENLIST_PORT_S3}:5246"
volumes:
- ./data:/opt/openlist/data
environment:
- TZ=${OPENLIST_TIME_ZONE}
- UMASK=022
networks:
acepanel-network:
external: true