Click here to Skip to main content
15,887,027 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Wow, but NASes have moved on since I last bought one... Pin
obermd10-Aug-22 9:48
obermd10-Aug-22 9:48 
GeneralRe: Wow, but NASes have moved on since I last bought one... Pin
OriginalGriff10-Aug-22 10:09
mveOriginalGriff10-Aug-22 10:09 
GeneralRe: Wow, but NASes have moved on since I last bought one... Pin
Slow Eddie11-Aug-22 2:26
professionalSlow Eddie11-Aug-22 2:26 
GeneralRe: Wow, but NASes have moved on since I last bought one... Pin
OriginalGriff11-Aug-22 2:58
mveOriginalGriff11-Aug-22 2:58 
GeneralRe: Wow, but NASes have moved on since I last bought one... Pin
Kirk 1038982111-Aug-22 5:06
Kirk 1038982111-Aug-22 5:06 
GeneralRe: Wow, but NASes have moved on since I last bought one... Pin
Daniel Pfeffer11-Aug-22 21:50
professionalDaniel Pfeffer11-Aug-22 21:50 
GeneralRe: Wow, but NASes have moved on since I last bought one... Pin
honey the codewitch10-Aug-22 13:42
mvahoney the codewitch10-Aug-22 13:42 
GeneralRe: Wow, but NASes have moved on since I last bought one... Pin
pkfox10-Aug-22 22:54
professionalpkfox10-Aug-22 22:54 
Personally I use Linux for everything server related - it sucks as a desktop - however I digress. Does your NAS have a Linux shell ? if so paste the yaml below into a docker-compose.yml file and run docker-compose up -d. You can also map internal folders to local locations which will survive a restart of the container. Docker is cool

version: "3.2"
services:

sql-server-db:
container_name: sql-server-db
image: mcr.microsoft.com/mssql/server:2019-latest
ports:
- "1433:1433"
environment:
SA_PASSWORD: "PasswordGoesHere"
ACCEPT_EULA: "Y"
Life should not be a journey to the grave with the intention of arriving safely in a pretty and well-preserved body, but rather to skid in broadside in a cloud of smoke, thoroughly used up, totally worn out, and loudly proclaiming “Wow! What a Ride!" - Hunter S Thompson - RIP

GeneralRe: Wow, but NASes have moved on since I last bought one... Pin
grralph111-Aug-22 0:54
grralph111-Aug-22 0:54 
GeneralRe: Wow, but NASes have moved on since I last bought one... Pin
Andrew Alix11-Aug-22 4:02
Andrew Alix11-Aug-22 4:02 
GeneralRe: Wow, but NASes have moved on since I last bought one... Pin
Al_Brown11-Aug-22 20:17
Al_Brown11-Aug-22 20:17 
GeneralComparing MP3 files... Pin
dandy7210-Aug-22 6:05
dandy7210-Aug-22 6:05 
GeneralRe: Comparing MP3 files... Pin
Gerry Schmitz10-Aug-22 10:17
mveGerry Schmitz10-Aug-22 10:17 
GeneralRe: Comparing MP3 files... Pin
Member 1460315410-Aug-22 21:21
Member 1460315410-Aug-22 21:21 
GeneralRe: Comparing MP3 files... Pin
triggerpointed10-Aug-22 21:50
triggerpointed10-Aug-22 21:50 
GeneralRe: Comparing MP3 files... Pin
__Nicolas__11-Aug-22 8:05
__Nicolas__11-Aug-22 8:05 
GeneralRe: Comparing MP3 files... Pin
sasadler11-Aug-22 7:31
sasadler11-Aug-22 7:31 
GeneralRe: Comparing MP3 files... Pin
L. Braun12-Aug-22 0:09
L. Braun12-Aug-22 0:09 
GeneralRe: Comparing MP3 files... Pin
dandy7212-Aug-22 14:17
dandy7212-Aug-22 14:17 
GeneralSound of the Day Pin
Gerry Schmitz10-Aug-22 3:35
mveGerry Schmitz10-Aug-22 3:35 
GeneralRe: Sound of the Day Pin
dandy7210-Aug-22 5:17
dandy7210-Aug-22 5:17 
GeneralNew Member Here Pin
Singapore Car Plates10-Aug-22 2:07
Singapore Car Plates10-Aug-22 2:07 
GeneralRe: New Member Here Pin
Jacquers10-Aug-22 2:07
Jacquers10-Aug-22 2:07 
GeneralRe: New Member Here Pin
Gaston Verelst10-Aug-22 2:18
Gaston Verelst10-Aug-22 2:18 
GeneralRe: New Member Here Pin
Richard Deeming10-Aug-22 2:27
mveRichard Deeming10-Aug-22 2:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.