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:
@@ -1,6 +1,9 @@
|
||||
## Changelog
|
||||
|
||||
### v5.2.0beta (2021-04-02)
|
||||
### v5.2.1beta (2021-05-04)
|
||||
* added expose for default admin ui port (#172)
|
||||
* added shortform for maintenance script
|
||||
* v5.2.0beta (2021-04-02)
|
||||
* some renaming to optimize automated build
|
||||
* changes in versioning
|
||||
* delete travis for automated build
|
||||
|
||||
@@ -95,6 +95,9 @@ ENV DEBIAN_FRONTEND="teletype" \
|
||||
SETUID=1000 \
|
||||
TZ="Europe/Berlin"
|
||||
|
||||
# Expose default admin ui port
|
||||
EXPOSE 8081
|
||||
|
||||
# Healthcheck
|
||||
HEALTHCHECK --interval=15s --timeout=5s --retries=5 \
|
||||
CMD ["/bin/bash", "-c", "/opt/scripts/healthcheck.sh"]
|
||||
|
||||
@@ -96,6 +96,7 @@ then
|
||||
then
|
||||
echo "Registering maintenance script as command."
|
||||
echo "alias maintenance=\'/opt/scripts/maintenance.sh\'" >> /root/.bashrc
|
||||
echo "alias maint=\'/opt/scripts/maintenance.sh\'" >> /root/.bashrc
|
||||
echo "Done."
|
||||
echo ' '
|
||||
fi
|
||||
|
||||
@@ -96,6 +96,7 @@ then
|
||||
then
|
||||
echo "Registering maintenance script as command."
|
||||
echo "alias maintenance=\'/opt/scripts/maintenance.sh\'" >> /root/.bashrc
|
||||
echo "alias maint=\'/opt/scripts/maintenance.sh\'" >> /root/.bashrc
|
||||
echo "Done."
|
||||
echo ' '
|
||||
fi
|
||||
|
||||
@@ -96,6 +96,7 @@ then
|
||||
then
|
||||
echo "Registering maintenance script as command."
|
||||
echo "alias maintenance=\'/opt/scripts/maintenance.sh\'" >> /root/.bashrc
|
||||
echo "alias maint=\'/opt/scripts/maintenance.sh\'" >> /root/.bashrc
|
||||
echo "Done."
|
||||
echo ' '
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user