update
This commit is contained in:
parent
68e0e29272
commit
1499bd4dbd
@ -1,5 +1,5 @@
|
|||||||
FROM php:7.4.14-cli-alpine3.13
|
FROM php:7.4.14-cli-alpine3.13
|
||||||
LABEL Maintainer="weijer <weiwei163@foxmail.com>" \
|
LABEL Maintainer="Tinywan <756684177@qq.com>" \
|
||||||
Description="Webman Lightweight container with PHP 7.4 based on Alpine Linux."
|
Description="Webman Lightweight container with PHP 7.4 based on Alpine Linux."
|
||||||
|
|
||||||
# Add basics first
|
# Add basics first
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
[supervisord]
|
[supervisord]
|
||||||
nodaemon=true
|
nodaemon=true
|
||||||
|
user=root
|
||||||
logfile=/dev/null
|
logfile=/dev/null
|
||||||
logfile_maxbytes=0
|
logfile_maxbytes=0
|
||||||
pidfile=/run/supervisord.pid
|
pidfile=/run/supervisord.pid
|
||||||
|
startsecs=3
|
||||||
|
|
||||||
[program:webman]
|
[program:webman]
|
||||||
command=php /app/start.php start -d
|
command=php /app/start.php start -d
|
||||||
|
Loading…
Reference in New Issue
Block a user