1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-10 07:42:29 +08:00
1Panel-Appstore/openlist/4.0.3/docker-compose.yml

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