User-Defined Docker bridge
Introduction I was experimenting with the Raspberry Pi DTS tree setup, and as soon as I saved the configuration, it asked for a reboot however, after rebooting the machine, I was unable to access the Wikijs service. When I was troubleshooting the problem, I saw that the default docker bridge IP address that it was assigned had changed for both wikijs (frontend) and mysql (backend database). When I rebooted the raspberry PI, both of its containers IP addresses changed. Then I updated their IP address by altering an environment variable. Suddenly it occurred to me that if I reboot the Raspberry Pi several times, I may need to reconfigure the IP address of the wikijs container multiple times. ...