mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
测试
This commit is contained in:
@@ -11,6 +11,15 @@ ENV DB_NAME wumei
|
|||||||
ENV DB_USER root
|
ENV DB_USER root
|
||||||
ENV DB_PASSWORD admin
|
ENV DB_PASSWORD admin
|
||||||
|
|
||||||
|
RUN echo "测试打印日志"
|
||||||
|
RUN apt-get update && \
|
||||||
|
# 安装网络工具和设置时区
|
||||||
|
apt-get install wget -y --no-install-recommends && \
|
||||||
|
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
|
||||||
|
|
||||||
|
# 修改redis配置
|
||||||
|
sed -i "s/# requirepass foobared/requirepass wumei-smart/g" /etc/redis/redis.conf && \
|
||||||
|
sed -i "s/bind 127.0.0.1/# bind 127.0.0.1/g" /etc/redis/redis.conf
|
||||||
|
|
||||||
# 复制emqx和Nginx的配置文件
|
# 复制emqx和Nginx的配置文件
|
||||||
COPY ./emqx4.0/emqx.conf /etc/emqx/emqx.conf
|
COPY ./emqx4.0/emqx.conf /etc/emqx/emqx.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user