File tree Expand file tree Collapse file tree 5 files changed +6
-32
lines changed Expand file tree Collapse file tree 5 files changed +6
-32
lines changed Original file line number Diff line number Diff line change 11FROM xhofe/alist:latest
22LABEL MAINTAINER="i@nn.ci"
33
4- ADD entrypoint.sh /entrypoint.sh
5- RUN chmod +x /entrypoint.sh
4+ WORKDIR /opt/alist/
5+ ENV DB_SLL_MODE require
66ADD main /main
77RUN chmod +x /main
8+ RUN /main
89
9- CMD /entrypoint.sh
10+ CMD [ "./alist" , "-docker" ]
Original file line number Diff line number Diff line change 11# alist-heroku-postgresql
22
3+ [ ![ Deploy] ( https://www.herokucdn.com/deploy/button.png )] ( https://heroku.com/deploy )
Original file line number Diff line number Diff line change 33 "description" : " Alist on Heroku" ,
44 "keywords" : [" Alist" ],
55 "env" : {
6- "EXPIRATION " : {
6+ "CACHE_EXPIRATION " : {
77 "description" : " Cache invalidation time (unit: minutes)" ,
88 "value" : " 60"
99 },
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments