mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-07-18 17:38:07 +08:00

* Update docker-compose.yml Image not exist Signed-off-by: Jimmy Alexander <142508054+integer2bit@users.noreply.github.com> * chore: update docker-compose.yml image to docker hub Signed-off-by: Jimmy Alexander <142508054+integer2bit@users.noreply.github.com> --------- Signed-off-by: Jimmy Alexander <142508054+integer2bit@users.noreply.github.com>
16 lines
300 B
YAML
16 lines
300 B
YAML
services:
|
|
openlist:
|
|
restart: always
|
|
volumes:
|
|
- '/etc/openlist:/opt/openlist/data'
|
|
ports:
|
|
- '5244:5244'
|
|
- '5245:5245'
|
|
environment:
|
|
- PUID=0
|
|
- PGID=0
|
|
- UMASK=022
|
|
- TZ=UTC
|
|
container_name: openlist
|
|
image: 'openlistteam/openlist:latest'
|