Tom7320

Results 4 comments of Tom7320

Thx a lot! I'm on vacation right now. I'll check it out ASAP!

> I searched online for how to solve this. I found nothing useful so far... Me neither. Why does it need Perl on the host? I thought it was 100%...

Yes. I also used the old docker compose file. This still works. But this is not the recommended way. Therefore, I just wanted to report it...

``` version: '2.2' services: sharelatex: restart: always # Server Pro users: # image: quay.io/sharelatex/sharelatex-pro image: sharelatex/sharelatex:with-texlive-full container_name: sharelatex labels: - "com.centurylinklabs.watchtower.enable=false" depends_on: mongo: condition: service_healthy redis: condition: service_started ports: -...