mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-14 10:55:39 +00:00
The entrypoint.sh is now a fully functional setup and run script for zulip installations in docker.
6 lines
178 B
Plaintext
6 lines
178 B
Plaintext
[program:cron]
|
|
command = /usr/sbin/cron -f
|
|
stdout_logfile = /var/log/supervisor/%(program_name)s.log
|
|
stderr_logfile = /var/log/supervisor/%(program_name)s.log
|
|
autorestart = true
|