File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ RUN chmod 755 /scripts/start.sh
5555CMD ["/bin/bash" , "/scripts/start.sh" ]
5656
5757# Volume
58- # VOLUME /usr/share/nginx/www
58+ VOLUME /usr/share/nginx/www
5959
6060# Clean
6161RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Original file line number Diff line number Diff line change 22file=/tmp/supervisor.sock ; (the path to the socket file)
33
44[supervisord]
5- ; logfile=/tmp/supervisord.log ; (main log file;default $CWD/supervisord.log)
6- ; logfile_maxbytes=50MB ; (max main logfile bytes b4 rotation;default 50MB)
7- ; logfile_backups=10 ; (num of main logfile rotation backups;default 10)
8- ; loglevel=info ; (log level;default info; others: debug,warn,trace)
5+ logfile=/tmp/supervisord.log ; (main log file;default $CWD/supervisord.log)
6+ logfile_maxbytes=50MB ; (max main logfile bytes b4 rotation;default 50MB)
7+ logfile_backups=10 ; (num of main logfile rotation backups;default 10)
8+ loglevel=warn ; (log level;default info; others: debug,warn,trace)
99pidfile=/tmp/supervisord.pid ; (supervisord pidfile;default supervisord.pid)
1010nodaemon=true ; (start in foreground if true;default false)
1111minfds=1024 ; (min. avail startup file descriptors;default 1024)
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ if [ -d /ProcessWire ]; then
1818
1919 echo " ========================================================================"
2020 echo " "
21- echo " You can now configure to this MySQL server using :"
21+ echo " Access Information for MySQL Server :"
2222 echo " "
2323 echo " MySQL Root Password : $MYSQL_ROOT_PASS "
2424 echo " MySQL User : $MYSQL_USER "
You can’t perform that action at this time.
0 commit comments