Uh oh!
There was an error while loading. Please reload this page.
Added new service sure finance - #318
Conversation
fdbuck0
commented
Jun 26, 2026
I ran into the following error when deploying the The default subnet ( Changing the network to an unused subnet solved the problem. For example: networks:
sure_net:
driver: bridgeipam:
config:
- subnet: 192.168.64.0/20and updating the static container IPs accordingly: tailscale: 192.168.64.2db: 192.168.64.10redis: 192.168.64.11as well as the corresponding values in DB_HOST=192.168.64.10REDIS_URL=redis://192.168.64.11:6379/1After these changes, It might be useful to mention in the guide that users should verify that the example subnet does not overlap with an existing Docker network (e.g. by running |
crypt0rr
commented
Jun 27, 2026
Uh oh!
There was an error while loading. Please reload this page.


Servicename: Sure Finance
new service
Description
added .env, compose, readme, edited main readme
Related Issues
#314
Verification
working production on a UGREEN NAS,
docker compose configchecks with no errorsChecklist
Additional Context
please check proper networking on another device, this was complicated!