Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the branding.jar file dissapears from the volume created as soon as the container is restarted #14

Open
carlostico opened this issue Sep 9, 2023 · 1 comment
Labels

Comments

@carlostico
Copy link

          the branding.jar file dissapears from the volume created as soon as the container is restarted

Originally posted by @carlostico in #3 (comment)

@marekschneider
Copy link

Hi @carlostico ,

You could try using a mounted folder instead of a docker volume.

Change your docker-compose.yaml to:

volumes:
      - ./extensions:/opt/guacamole/extensions/

This will create a folder extensions on startup where you can put your .jar files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants