guacamole:
                image: guacamole/guacamole:1.4.0
                depends_on:
                      - guacd
                      - postgres_gqm
                volumes:
                      -
/root/ansible/api/start.sh:/opt/guacamole/bin/start.sh
                environment:
                      GUACD_HOSTNAME: guacd
                      POSTGRES_DATABASE: guacamole_db
                      POSTGRES_HOSTNAME: postgres_gqm
                      POSTGRES_PASSWORD: PassWrdGQM
                      POSTGRES_USER: guacamole_user
                      GUACD_LOG_LEVEL: debug
                links:
                     - guacd
                ports:
                     - 8082/tcp
                restart: always
                logging:
                      driver: "json-file"
                      options:
                            max-size: "50m"

        guacd:
                image: guacamole/guacd:1.4.0
                restart: always
                volumes:
                        - ./drive:/drive:rw
                        - ./record:/record:rw
                logging:
                    driver: "json-file"
                    options:
                          max-size: "50m"

‫בתאריך יום ב׳, 3 בינו׳ 2022 ב-15:13 מאת ‪Abramson, Eli‬‏
<‪[email protected]‬‏>:‬

> Batchen, I am also using docker-compose to execute the latest 1.4.0
> images, but for me it works fine. Can you share your compose yaml?
>
>
>
> *From:* Regev Batchen <[email protected]>
> *Sent:* Monday, January 3, 2022 3:00 PM
> *To:* [email protected]
> *Subject:* [External] Re: [ANNOUNCE] Apache Guacamole 1.4.0
>
>
>
> *CAUTION: *This email originated from outside of the organization. Do not
> click links or open attachments unless you recognize the sender *and*
> know the content is safe.
>
> I have tried to upgrade on docker-compose and had this error :
>
>
>
> guacamole_1       | ln: failed to create symbolic link
> '/usr/local/tomcat/webapps/guacamole.war': Permission denied
>
>
>
> My current docker guacamole version is 1.3 but changing to 1.4 doesn't
> work me.
>
>
>
> ‫בתאריך יום ב׳, 3 בינו׳ 2022 ב-14:40 מאת ‪Alessandro Sironi‏ <‪
> [email protected]‏>:
>
> Just upgrade from 1.3.0 to 1.4.0, everything gose well, no issues at all.
> Thanks for your great software!
> Best regards,
> Alessandro
>
> Inviato da iPhone
>
> > Il giorno 3 gen 2022, alle ore 13:38, Alessandro Sironi <
> [email protected]> ha scritto:
> >
> > Just upgrade from 1.3.0 to 1.4.0, everything gose well, no issues at
> all.
> > Thanks for your great software!
> > Best regards,
> > Alessandro
> >
> > Inviato da iPhone
> >
> >> Il giorno 3 gen 2022, alle ore 06:29, Mike Jumper <[email protected]>
> ha scritto:
> >>
> >> The Apache Guacamole community is proud to announce the release of
> >> Apache Guacamole 1.4.0.
> >>
> >> Apache Guacamole is a clientless remote desktop gateway which supports
> >> standard protocols like VNC, RDP, and SSH. We call it "clientless"
> >> because no plugins or client software are required; once Guacamole is
> >> installed on a server, all you need to access your desktops is a web
> >> browser.
> >>
> >> The 1.4.0 release features support for connection tiling, broadcasting
> >> keyboard events across multiple connections, and authentication with
> >> encrypted and signed JSON. Established support for single sign-on has
> >> been improved, multi-touch support for RDP has been added, and
> >> problems with audio input support for RDP have been corrected.
> >>
> >> A full list of the changes in this release, along with links to
> >> downloads and updated documentation, can be found in the release
> >> notes:
> >>
> >> http://guacamole.apache.org/releases/1.4.0/
> <https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Fguacamole.apache.org%2Freleases%2F1.4.0%2F&data=04%7C01%7CEli.Abramson%40honeywell.com%7Cb9978c1f2ae2477d63ca08d9ceb90b6b%7C96ece5269c7d48b08daf8b93c90a5d18%7C0%7C0%7C637768116424456796%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=LniZeIk%2BuQNjz%2F3JI2RbpsgBhE2M%2B93rLHPEjo5%2F3d8%3D&reserved=0>
> >>
> >> For more information on Apache Guacamole, please see:
> >>
> >> http://guacamole.apache.org/
> <https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Fguacamole.apache.org%2F&data=04%7C01%7CEli.Abramson%40honeywell.com%7Cb9978c1f2ae2477d63ca08d9ceb90b6b%7C96ece5269c7d48b08daf8b93c90a5d18%7C0%7C0%7C637768116424456796%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=T6InFy%2FVQvxj01Uz1Q8jr2PFUMHPncjo2uvg%2FED5ZtY%3D&reserved=0>
> >>
> >> Thanks and Happy New Year!
> >>
> >> The Apache Guacamole Community
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [email protected]
> >> For additional commands, e-mail: [email protected]
> >>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to