Files
compose-template/Docker/alist/docker-compose.yml
2022-05-24 12:42:02 +08:00

18 lines
297 B
YAML

version: '3.3'
services:
alist:
restart: unless-stopped
volumes:
- './data:/opt/alist/data'
ports:
- '5244:5244'
container_name: alist
image: 'xhofe/alist:latest'
networks:
nginx:
aliases:
- alist
networks:
nginx:
external: true