소스 검색

minor fixes

Hal De 3 년 전
부모
커밋
4a8d2c457f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -48,7 +48,8 @@ RUN wget "https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hs
 RUN wget "https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/develop/files/docker/systemctl3.py" -O /usr/bin/systemctl \
     && chmod +x /usr/bin/systemctl \
     && mkdir -p /run/systemd/system/ \
-    && systemctl disable ssh
+    && systemctl disable ssh systemd-timesyncd \
+    && echo "column-statistics       = 0" >> /etc/mysql/conf.d/mysqldump.cnf
 
 VOLUME ["/usr/local/hestia", "/home", "/backup"]
 EXPOSE 80 443 8083