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