mirror of
https://github.com/jwetzell/docker-guacamole.git
synced 2026-08-22 15:39:13 +00:00
guac 1.2.0
This commit is contained in:
+3
-1
@@ -1,7 +1,7 @@
|
|||||||
FROM library/tomcat:9-jre11
|
FROM library/tomcat:9-jre11
|
||||||
|
|
||||||
ENV ARCH=amd64 \
|
ENV ARCH=amd64 \
|
||||||
GUAC_VER=1.1.0 \
|
GUAC_VER=1.2.0 \
|
||||||
GUACAMOLE_HOME=/app/guacamole \
|
GUACAMOLE_HOME=/app/guacamole \
|
||||||
PG_MAJOR=9.6 \
|
PG_MAJOR=9.6 \
|
||||||
PGDATA=/config/postgres \
|
PGDATA=/config/postgres \
|
||||||
@@ -74,4 +74,6 @@ WORKDIR /config
|
|||||||
|
|
||||||
COPY root /
|
COPY root /
|
||||||
|
|
||||||
|
EXPOSE 8080
|
||||||
|
|
||||||
ENTRYPOINT [ "/init" ]
|
ENTRYPOINT [ "/init" ]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
FROM arm32v5/tomcat:9-jre11
|
FROM arm32v5/tomcat:9-jre11
|
||||||
|
|
||||||
ENV ARCH=armhf \
|
ENV ARCH=armhf \
|
||||||
GUAC_VER=1.1.0 \
|
GUAC_VER=1.2.0 \
|
||||||
GUACAMOLE_HOME=/app/guacamole \
|
GUACAMOLE_HOME=/app/guacamole \
|
||||||
PG_MAJOR=9.6 \
|
PG_MAJOR=9.6 \
|
||||||
PGDATA=/config/postgres \
|
PGDATA=/config/postgres \
|
||||||
|
|||||||
Reference in New Issue
Block a user