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

Installation dialog after container restart #42

Open
birteglimm opened this issue Nov 10, 2020 · 3 comments
Open

Installation dialog after container restart #42

birteglimm opened this issue Nov 10, 2020 · 3 comments

Comments

@birteglimm
Copy link

Hi,

I am new to docker, so the problem might be my fault or expected. I use the docker limesurvey with the provided standard docker-compose.yaml file. After starting the container with docker-compose up -d, I get the installation dialog, which I completed. I then imported existing surveys. After stopping the container with docker-compose down --remove-orphans and starting it again with docker-compose up -d, I again have to complete the installation dialog. When I enter the same data, my previously imported surveys are directly available, but I wonder whether it is required to fill in the installation dialog each time.

Secondly, I initially used no password for the root db user. How can I change that without having to start with a completely new installation?

Thanks for your help, Birte

@crramirez
Copy link
Owner

Hello,

docker-compose down --remove-orphans destroys everything. Use docker-compose stop

Regards,
Carlos

@birteglimm
Copy link
Author

birteglimm commented Nov 10, 2020 via email

@IrvingSG
Copy link

IrvingSG commented Jun 4, 2021

Hello I'm new with Docker, I've used standard docker-compose.yml, and it works fine, I've completed all the configuration. The problem is that when I down the containers docker-compose down or even when I stop my docker service, the installation dialog appears. I know that when I use docker-compose down --remove-orphans it erases the configuration. But in this case I just turn off the containers.
Any advice or how can I save the configuration?

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

No branches or pull requests

3 participants