1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-05-04 00:12:22 +08:00
1Panel-Appstore/openlist/v4.0.3/docker-compose.yml
2025-06-25 17:44:36 +08:00

20 lines
422 B
YAML

services:
openlist:
restart: always
volumes:
- './data:/opt/openlist/data'
ports:
- '${PANEL_APP_PORT_HTTP}:5244'
- '${PANEL_APP_PORT_S3}:5245'
environment:
- PUID=0
- PGID=0
- UMASK=022
- TZ=UTC
container_name: ${CONTAINER_NAME}
image: openlistteam/openlist:v4.0.3
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true