You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POWERSHELL에서 $b = New-Object byte[] 64; [System.Security.Cryptography.RandomNumberGenerator]::Create().GetBytes($b); [Convert]::ToBase64String($b) 를 입력하고 나오는 256비트 문자열을 JWT_SECRET=<복붙> 하고
도커 데스크탑키고 cmd에 docker compose up -d --bulid 하면 됩니다.
POWERSHELL에서
$b = New-Object byte[] 64; [System.Security.Cryptography.RandomNumberGenerator]::Create().GetBytes($b); [Convert]::ToBase64String($b)를 입력하고 나오는 256비트 문자열을JWT_SECRET=<복붙>하고도커 데스크탑키고 cmd에
docker compose up -d --bulid하면 됩니다.