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
20211215 nextcloud_db - exposed port - master branch - PR 1 of 3
Pull Requests [PR387](SensorsIot/IOTstack#387), [PR388](SensorsIot/IOTstack#388), [PR389](SensorsIot/IOTstack#389) added a port mapping of `9322:3306` to facilitate backup and restores - so the routines could determine when the MariaDB service was ready for business.
The need for this was superseded by PRs [416](SensorsIot/IOTstack#416), [417](SensorsIot/IOTstack#417) and [418](SensorsIot/IOTstack#418). It is sufficient for backup and restore routines to run the health check and rely on the return status.
This PR removes the `9322:3306` as no longer needed. It will also avoid the need to protect the port with an iptables rule in situations where the host is exposed to the network.
Documentation also updated.
Signed-off-by: Phill Kelley <[email protected]>
0 commit comments