mirror of
https://github.com/phpmyadmin/docker.git
synced 2026-08-28 18:24:11 -05:00
12 lines
244 B
INI
12 lines
244 B
INI
[program:test-mysql]
|
|
command=/test-docker.sh test 80 db_server
|
|
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
|