Replies: 1 comment
-
Hey Dvalin21, The blank page issue is often related to port configuration, so let's walk through the setup: Port Mapping in Docker:Synology's Docker implementation requires explicit port mapping in your docker-compose.yml Add this to your service configuration:
You can change 8080 to any available port on your NAS Potential Port Conflicts:If you want to use port 80, you'll need to: Stop Synology Web Station (common conflict) Check for other services using port 80 in Control Panel > Security > Firewall Firewall Configuration:Go to Control Panel > Security > Firewall Troubleshooting:Check Docker container logs for errors Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Simply, what would be the easiest way to run this on a Synology NAS? I've tried wget the folder to the nas, run the commands to build (by the way, you need to update from docker compose to docker-compose for the updated dockers), and then it runs. Well at least I thought it was going to run. What happens is that the main url shows the favicon, but the page is blank. I don't see any errors from the logs.
Beta Was this translation helpful? Give feedback.
All reactions