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
I just wanted to say thanks for getting this going. I was just tearing my hair out that everything uses different technology now, Docker Desktop, WSL2, Hyper-V, Windows native etc. At least I can now run UISP in docker desktop!
I wanted to add the following notes for anyone who is struggling because they have not used Docker Desktop before and are not familiar with it. I have some other containers running and using ports 80 and 443. Therefore I needed to use different ports. I also chose to host the configuration on my local file system.
To clarify, I created a folder C:\ubiquiti where the config is stored and docker desktop accesses it using /run/desktop/mnt/host/c/ubiquiti
To access the webserver I would use either localhost:9080 or my host-pc-ip:9080
After installing docker desktop and creating c:\ubiquiti then you can copy and paste as shown into CMD.
I hope that this helps someone trying to get it working.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I just wanted to say thanks for getting this going. I was just tearing my hair out that everything uses different technology now, Docker Desktop, WSL2, Hyper-V, Windows native etc. At least I can now run UISP in docker desktop!
I wanted to add the following notes for anyone who is struggling because they have not used Docker Desktop before and are not familiar with it. I have some other containers running and using ports 80 and 443. Therefore I needed to use different ports. I also chose to host the configuration on my local file system.
To clarify, I created a folder C:\ubiquiti where the config is stored and docker desktop accesses it using /run/desktop/mnt/host/c/ubiquiti
To access the webserver I would use either localhost:9080 or my host-pc-ip:9080
After installing docker desktop and creating c:\ubiquiti then you can copy and paste as shown into CMD.
I hope that this helps someone trying to get it working.
Beta Was this translation helpful? Give feedback.
All reactions