1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-08 08:02:30 +08:00
1Panel-Appstore/openlist/4.0.5/docker-compose.yml
github-action update-app-version ae1d056d07 Update app version [skip ci]
2025-06-29 16:27:29 +00:00

21 lines
437 B
YAML

version: "3.8"
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.5
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true