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
Then open [localhost:8080](http://localhost:8080) in the browser.
42
42
43
+
## Understanding Docker requirements
44
+
For RSS-Proxy to work with your Docker environment, you must ensure :
45
+
- that you expose port 8080 on the container
46
+
- that the rss-proxy container share a common network with the RSS reader app you are (probably self-hosting). The Docker `bridge` network is native to Docker in order to allow you to connect two containers on the same network.
47
+
- then you need to personalize the `APP_API_GATEWAY_URL` : it must point to the IP of rss-proxy on the shared network selected and the container opened port (e.g : 192.172.0.3:8080). If you have a your rss-proxy runs under a named address you can simply point to that named address
48
+
43
49
## Legacy Version 1
44
50
If you are interested in running the first prototype, this is how you do it.
0 commit comments