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

could not get it to start - database issue? #9

Closed
n3gwg opened this issue Jan 30, 2023 · 2 comments
Closed

could not get it to start - database issue? #9

n3gwg opened this issue Jan 30, 2023 · 2 comments
Labels
question Further information is requested

Comments

@n3gwg
Copy link

n3gwg commented Jan 30, 2023

docker volume create guacamole_config;
docker run --detach --name guacamole --restart=always --publish 8080:8080 --volume guacamole_config:/config abesnier/guacamole:latest-bullseye;

Continually presented database errors when a docker log guacamole command was executed.

@n3gwg n3gwg changed the title could get it to start - database issue? could not get it to start - database issue? Jan 30, 2023
@abesnier
Copy link
Owner

Hi. Can you post the logs please?
Is it a first run, or an upgrade or an update?
Was the directory guacamole_config empty?
Can you check this paragraph in the documentation: https://github.com/abesnier/docker-guacamole#the-container-fails-to-start-properly
Can you try to either run with the user root (docker run -u root), or mount the colume in read/write ( --volume guacamole_config:/config:rw)

Cheers

@abesnier
Copy link
Owner

abesnier commented Mar 3, 2023

Hi.
Having not heard back from you, I will assume the issue is either fixed or you switched to another image.

@abesnier abesnier closed this as completed Mar 3, 2023
@abesnier abesnier added the question Further information is requested label Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants