Skip to content

Commit

Permalink
adapt to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Sep 25, 2022
1 parent 270c34b commit 4d8e55a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM xhofe/alist:v2.6.4
FROM xhofe/alist:latest
LABEL MAINTAINER="[email protected]"
WORKDIR /opt/alist/

EXPOSE 5244

ENTRYPOINT [ "./alist", "-docker" ]
CMD [ "./alist", "server", "--no-prefix" ]
11 changes: 2 additions & 9 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ services:
- key: DB_TABLE_PREFIX
# value: alist_
sync: false
- key: ASSETS
- key: CDN
# value: https://npm.elemecdn.com/alist-web@$version/dist
sync: false
- key: CACHE_EXPIRATION
# value: 60
sync: false
- key: CLEANUP_INTERVAL
# value: 120
sync: false

sync: false

0 comments on commit 4d8e55a

Please sign in to comment.