使用docker-compose运行openlist
4.1.0之后的版本使用下面的配置运行
services:
openlist:
image: 'openlistteam/openlist:v4.1.3-aio'
container_name: openlist
restart: always
user: '0:0'
tty: true
stdin_open: true
volumes:
- './data:/opt/openlist/data'
networks:
- network
ports:
- '20002:5244'
environment:
- UMASK=022
networks:
network:
external: false
THE END
0
二维码
海报
使用docker-compose运行openlist
4.1.0之后的版本使用下面的配置运行
services:
openlist:
image: 'openlistteam/openlist:v4.1.3-aio'
container_name: openlist
restart: ……

共有 0 条评论