添加 openlist 服务的 Docker Compose 配置和 Kubernetes 部署文件
This commit is contained in:
13
k8s/kevisual.cn/apps/openlist/docker/compose.yml
Normal file
13
k8s/kevisual.cn/apps/openlist/docker/compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
# docker-compose.yml
|
||||
services:
|
||||
openlist:
|
||||
image: 'openlistteam/openlist:latest'
|
||||
container_name: openlist
|
||||
user: '0:0' # Please replace `0:0` with the actual user ID and group ID you want to use to run OpenList.
|
||||
volumes:
|
||||
- './data:/opt/openlist/data'
|
||||
ports:
|
||||
- '5244:5244'
|
||||
environment:
|
||||
- UMASK=022
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user