diff --git a/Dockerfile b/Dockerfile index 10b731e..45a5dd4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -102,7 +102,7 @@ RUN wget -O /home/docker/WeChatSetup-3.9.2.23.exe https://github.com/tom-snow/we COPY linux/.fluxbox /home/docker/.fluxbox # Add supervisor conf -# COPY linux/conf.d/* /etc/supervisor/conf.d/ +COPY linux/conf.d/* /etc/supervisor/conf.d/ # Add entrypoint.sh COPY linux/sh/entrypoint.sh /etc/entrypoint.sh diff --git a/linux/conf.d/supervisord.conf b/linux/conf.d/supervisord.conf index eabb24e..f5c7215 100644 --- a/linux/conf.d/supervisord.conf +++ b/linux/conf.d/supervisord.conf @@ -32,7 +32,7 @@ command=/usr/sbin/sshd -Ddp 22 user=root autorestart=true -[program:frida] -command=/usr/bin/wine /home/docker/fs.exe -l 0.0.0.0 -user=docker -autorestart=true \ No newline at end of file +# [program:frida] +# command=/usr/bin/wine /home/docker/fs.exe -l 0.0.0.0 +# user=docker +# autorestart=true \ No newline at end of file diff --git a/linux/conf.d/wechat-monitor.conf b/linux/conf.d/wechat-monitor.conf index 1f903a5..a6eb579 100644 --- a/linux/conf.d/wechat-monitor.conf +++ b/linux/conf.d/wechat-monitor.conf @@ -1,3 +1,3 @@ -[program:wechat-monitor] -command=wechat-monitor -autorestart=true \ No newline at end of file +# [program:wechat-monitor] +# command=wechat-monitor +# autorestart=true \ No newline at end of file