extrastats
Simon 3 years ago
parent b1f9a2ff58
commit 937080feef

@ -38,12 +38,14 @@ apt-get -y install docker-compose &&
echo Set userland-proxy to false... echo Set userland-proxy to false...
cat <<EOF > /etc/docker/daemon.json && cat <<EOF > /etc/docker/daemon.json &&
{ "userland-proxy": false {
"log-driver": "json-file", "userland-proxy": false,
"log-opts": { "experimental": true,
"log-driver": "json-file",
"log-opts": {
"max-size": "10m", "max-size": "10m",
"max-file": "3" "max-file": "3"
} }
} }
EOF EOF
@ -216,7 +218,7 @@ net.netfilter.nf_conntrack_udp_timeout=15
net.netfilter.nf_conntrack_udp_timeout_stream=35 net.netfilter.nf_conntrack_udp_timeout_stream=35
EOF EOF
/usr/bin/sysctl -p && /usr/sbin/sysctl -p &&
echo Run FreeDMR container... echo Run FreeDMR container...
docker-compose up -d docker-compose up -d

Loading…
Cancel
Save

Powered by TurnKey Linux.