mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-18 10:59:00 +02:00
some testing and small enhancements
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,9 +1,12 @@
|
|||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### v5.2.0beta (2021-04-02)
|
### v5.2.1beta (2021-05-04)
|
||||||
* some renaming to optimize automated build
|
* added expose for default admin ui port (#172)
|
||||||
* changes in versioning
|
* added shortform for maintenance script
|
||||||
* delete travis for automated build
|
* v5.2.0beta (2021-04-02)
|
||||||
|
* some renaming to optimize automated build
|
||||||
|
* changes in versioning
|
||||||
|
* delete travis for automated build
|
||||||
|
|
||||||
### v5.1.0 (2020-11-05)
|
### v5.1.0 (2020-11-05)
|
||||||
* v5.0.2beta (2020-07-28)
|
* v5.0.2beta (2020-07-28)
|
||||||
|
|||||||
@@ -95,6 +95,9 @@ ENV DEBIAN_FRONTEND="teletype" \
|
|||||||
SETUID=1000 \
|
SETUID=1000 \
|
||||||
TZ="Europe/Berlin"
|
TZ="Europe/Berlin"
|
||||||
|
|
||||||
|
# Expose default admin ui port
|
||||||
|
EXPOSE 8081
|
||||||
|
|
||||||
# Healthcheck
|
# Healthcheck
|
||||||
HEALTHCHECK --interval=15s --timeout=5s --retries=5 \
|
HEALTHCHECK --interval=15s --timeout=5s --retries=5 \
|
||||||
CMD ["/bin/bash", "-c", "/opt/scripts/healthcheck.sh"]
|
CMD ["/bin/bash", "-c", "/opt/scripts/healthcheck.sh"]
|
||||||
|
|||||||
@@ -96,6 +96,7 @@ then
|
|||||||
then
|
then
|
||||||
echo "Registering maintenance script as command."
|
echo "Registering maintenance script as command."
|
||||||
echo "alias maintenance=\'/opt/scripts/maintenance.sh\'" >> /root/.bashrc
|
echo "alias maintenance=\'/opt/scripts/maintenance.sh\'" >> /root/.bashrc
|
||||||
|
echo "alias maint=\'/opt/scripts/maintenance.sh\'" >> /root/.bashrc
|
||||||
echo "Done."
|
echo "Done."
|
||||||
echo ' '
|
echo ' '
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -96,6 +96,7 @@ then
|
|||||||
then
|
then
|
||||||
echo "Registering maintenance script as command."
|
echo "Registering maintenance script as command."
|
||||||
echo "alias maintenance=\'/opt/scripts/maintenance.sh\'" >> /root/.bashrc
|
echo "alias maintenance=\'/opt/scripts/maintenance.sh\'" >> /root/.bashrc
|
||||||
|
echo "alias maint=\'/opt/scripts/maintenance.sh\'" >> /root/.bashrc
|
||||||
echo "Done."
|
echo "Done."
|
||||||
echo ' '
|
echo ' '
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -96,6 +96,7 @@ then
|
|||||||
then
|
then
|
||||||
echo "Registering maintenance script as command."
|
echo "Registering maintenance script as command."
|
||||||
echo "alias maintenance=\'/opt/scripts/maintenance.sh\'" >> /root/.bashrc
|
echo "alias maintenance=\'/opt/scripts/maintenance.sh\'" >> /root/.bashrc
|
||||||
|
echo "alias maint=\'/opt/scripts/maintenance.sh\'" >> /root/.bashrc
|
||||||
echo "Done."
|
echo "Done."
|
||||||
echo ' '
|
echo ' '
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user