Rename infinite-seaf-cli-start.sh into seafile-healthcheck.sh
This commit is contained in:
@@ -53,7 +53,7 @@ COPY assets/docker-entrypoint.sh /entrypoint.sh
|
||||
|
||||
# Copy over the required files for Seafile/SupervisorD.
|
||||
COPY assets/supervisord.conf /home/seafuser/
|
||||
COPY assets/infinite-seaf-cli-start.sh /home/seafuser/
|
||||
COPY assets/seaf-healthcheck.sh /home/seafuser/
|
||||
COPY assets/seafile-entrypoint.sh /home/seafuser/entrypoint.sh
|
||||
RUN mkdir /volume
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ file=~/.seafile/seafile-data/seafile.sock
|
||||
|
||||
# Manage the infinite `seaf-cli start`.
|
||||
[program:seaf-cli-start-loop]
|
||||
command=/bin/bash /home/seafuser/infinite-seaf-cli-start.sh
|
||||
command=/bin/bash /home/seafuser/seaf-healthcheck.sh
|
||||
process_name=%(program_name)s
|
||||
numprocs=1
|
||||
autostart=true
|
||||
|
||||
Reference in New Issue
Block a user