|
|
@@ -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
|