Skip to content

Commit

Permalink
feat(docker): add docker-compose file (close #2067)
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Dec 30, 2022
1 parent 395f0fc commit d1b9db3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: '3.3'
services:
alist:
restart: always
volumes:
- '/etc/alist:/opt/alist/data'
ports:
- '5244:5244'
environment:
- PUID=0
- PGID=0
- UMASK=022
container_name: alist
image: 'xhofe/alist:latest'

0 comments on commit d1b9db3

Please sign in to comment.