kerrambit / RSSFeedify

Simple RSS proxy server with a REST API for storing, uploading and updating RSS feeds.
1 stars 0 forks source link

Set docker images to have hard-coded host address #22

Closed kerrambit closed 2 months ago

kerrambit commented 2 months ago

Set docker images to have hard-coded host address

It was found that when e.g. database is resumed, it changes the host address e.g. from 172.17.0.3 to 172.17.0.4. Task: investigate if it can be hardcoded.