mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-09-19 04:06:18 +08:00

* feat(docker): Update docker-compose configuration * Update docker-compose.yml Co-authored-by: MadDogOwner <xiaoran@xrgzs.top> Signed-off-by: huancun _- <huancun@hc26.org> --------- Signed-off-by: huancun _- <huancun@hc26.org> Co-authored-by: MadDogOwner <xiaoran@xrgzs.top>
15 lines
296 B
YAML
15 lines
296 B
YAML
services:
|
|
openlist:
|
|
restart: always
|
|
volumes:
|
|
- '/etc/openlist:/opt/openlist/data'
|
|
ports:
|
|
- '5244:5244'
|
|
- '5245:5245'
|
|
user: '0:0'
|
|
environment:
|
|
- UMASK=022
|
|
- TZ=Asia/Shanghai
|
|
container_name: openlist
|
|
image: 'openlistteam/openlist:latest'
|