gpt-sovits / docker-compose.yml
hanfish's picture
111
215df2f verified
raw
history blame contribute delete
No virus
293 Bytes
version: '3.3'
services:
alist:
restart: always
volumes:
- '/etc/alist:/opt/alist/data'
ports:
- '5244:5244'
- '5245:5245'
environment:
- PUID=0
- PGID=0
- UMASK=022
- TZ=UTC
container_name: alist
image: 'xhofe/alist:latest'