mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-25 21:03:48 +00:00
Add OctoPrint Reverse Proxy
This commit is contained in:
11
octoprint-proxy/Dockerfile
Normal file
11
octoprint-proxy/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
ARG BUILD_FROM
|
||||
FROM $BUILD_FROM
|
||||
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
RUN apk add haproxy
|
||||
|
||||
COPY run.sh haproxy.cfg /
|
||||
|
||||
RUN chmod a+x /run.sh
|
||||
CMD [ "/run.sh" ]
|
||||
Reference in New Issue
Block a user