mirror of
https://github.com/phpmyadmin/docker.git
synced 2026-08-28 10:15:12 -05:00
This makes the file structure a bit cleaner. Signed-off-by: Michal Čihař <michal@cihar.com>
12 lines
244 B
INI
12 lines
244 B
INI
[program:test-mariadb]
|
|
command=/test-docker.sh test 80 mariadb
|
|
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
|