Update New CLI (#500)

* Update New CLI

* Fix shell

* ssh: Include hassio bash completion (#501)
This commit is contained in:
Pascal Vizeli
2019-01-09 13:59:44 +01:00
committed by GitHub
parent d8bbc59e95
commit e8fa8aa5c8
47 changed files with 25 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## 2
## 2.0
- Update nginx to version 1.14.0
## 1.2

View File

@@ -11,6 +11,4 @@ RUN apk add --no-cache nginx libressl
COPY run.sh /
COPY nginx.conf /etc/
RUN chmod a+x /run.sh
CMD [ "/run.sh" ]

0
nginx_proxy/run.sh Normal file → Executable file
View File