From 27acdbc6613548a8b0673b3cdb17b55091587f9a Mon Sep 17 00:00:00 2001 From: David Rotermund Date: Sat, 13 Jul 2024 15:55:18 +0200 Subject: [PATCH] Update compose.yaml --- overleafserver/compose.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/overleafserver/compose.yaml b/overleafserver/compose.yaml index e4c5531..6332272 100644 --- a/overleafserver/compose.yaml +++ b/overleafserver/compose.yaml @@ -18,20 +18,6 @@ # iptables -t nat -A POSTROUTING ! -o docker0 -s 172.18.0.0/16 -j MASQUERADE # iptables -t nat -A POSTROUTING ! -o br-ff9f46af3644 -s 172.18.0.0/16 -j MASQUERADE -############## -# TEX UPDATE # -############## - -### For updating the tex, disable the other network setting and use: -# And then we update the tex with: -# docker exec -it overleafserver /bin/bash -# cd /root -# rm -rf install-tl-* -# curl -L -o tl-unx.tar.gz https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz -# tar -xzf tl-unx.tar.gz -# cd install-tl-* -# perl ./install-tl --no-interaction - services: overleafserver: image: "sharelatex/sharelatex"