1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-20 01:59:35 +08:00
1Panel-Appstore/openlist/4.0.3/docker-compose.yml
github-action update-app-version 09b46ee2b6 Update app version [skip ci]
2025-06-25 14:26:03 +00: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