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

* fix:remove-compose-version Signed-off-by: SenkjM <112735335+SenkjM@users.noreply.github.com> * mod : add Channel * docs:update README --------- Signed-off-by: SenkjM <112735335+SenkjM@users.noreply.github.com>
16 lines
308 B
YAML
16 lines
308 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: 'ghcr.io/openlistteam/openlist:latest'
|