You may find the server's password in the config.yaml file.
docker-composecode-server
- Set your local
AUBGSTUDENTSip as the upstream host innginx.conf
upstream code {
server <YOUR-LOCAL-IP-HERE>:4200;
keepalive 64;
}
- Set
code.thehub-aubg.comrecord to point to your localAUBGSTUDENTSip (in Superhosting CPANEL) - run
./start.sh