mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-04-20 01:59:35 +08:00
20 lines
422 B
YAML
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 |