mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Force services to use ipv4 in server-ce container GitOrigin-RevId: 9cf2734f8506bba15ef3ac11060508d2604d09ad
7 lines
192 B
Bash
Executable File
7 lines
192 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source /etc/overleaf/env.sh
|
|
export LISTEN_ADDRESS=127.0.0.1
|
|
|
|
exec /sbin/setuser www-data /usr/bin/node /overleaf/services/real-time/app.js >> /var/log/overleaf/real-time.log 2>&1
|