Skip to content

Instantly share code, notes, and snippets.

View Paula2001's full-sized avatar
🎯
Focusing

Paula George Paula2001

🎯
Focusing
View GitHub Profile
version: '3.4'
services:
sql.data:
image: mcr.microsoft.com/mssql/server:2017-latest
container_name: dev_sql
environment:
- SA_PASSWORD=yourStrong(!)Password
- ACCEPT_EULA=Y
healthcheck:
@Paula2001
Paula2001 / nextjs-deploy.md
Created December 28, 2021 22:30 — forked from jjsquady/nextjs-deploy.md
Deploying NEXTJS site with nginx + pm2

How to setup next.js app on nginx with letsencrypt

next.js, nginx, reverse-proxy, ssl

1. Install nginx and letsencrypt

$ sudo apt-get update
$ sudo apt-get install nginx letsencrypt

Also enable nginx in ufw

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database