mirror of
https://github.com/phpmyadmin/docker.git
synced 2026-08-28 02:24:24 -05:00
This makes the file structure a bit cleaner. Signed-off-by: Michal Čihař <michal@cihar.com>
12 lines
240 B
INI
12 lines
240 B
INI
[program:test-mysql]
|
|
command=/test-docker.sh test 80 mysql
|
|
autostart=true
|
|
autorestart=false
|
|
priority=3
|
|
startretries=1
|
|
stopwaitsecs=20
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stderr
|
|
stderr_logfile_maxbytes=0
|