We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e421ee commit 771ef3aCopy full SHA for 771ef3a
docker/main/centos/entrypoint.sh
@@ -19,7 +19,8 @@ case "$1" in
19
echo "${ETH0_IP} main main_1" > /data/dns/main.hosts
20
21
## Start services
22
- exec supervisord -c /opt/docker/conf/supervisord.conf
+ cd /
23
+ exec supervisord -c /opt/docker/conf/supervisord.conf --logfile /dev/null --pidfile /dev/null --user root
24
;;
25
26
## Root shell
docker/main/ubuntu/entrypoint.sh
0 commit comments