mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
c22e6a5926
Force services to use ipv4 in server-ce container GitOrigin-RevId: 9cf2734f8506bba15ef3ac11060508d2604d09ad
6 lines
192 B
Bash
Executable file
6 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/filestore/app.js >> /var/log/overleaf/filestore.log 2>&1
|