sudo apt update -y && sudo apt upgrade -y
Setup Docker
Setup Nginx with SSL with proxy
www.example.com example.com -> 127.0.0.1:5151
api.example.com ->127.0.0.1:5152
events.example.com -> 127.0.0.1:5153
echo "vm.max_map_count=262144" >> /etc/sysctl.conf
Setup value for vm.max_map_count and the reboot
sudo reboot now
Setup proper permissions for MS SQL
sudo chown -R 10001:20 docker-data/sql
sudo chmod -R 770 docker-data/sql
Leave a Reply