[Bug]: Docker compose use case: Initiatl configuration keep displaying after docker restart #1883
Open
2 tasks done
Labels
bug
Something isn't working
Bug description
Hey,
I encounter a weird issue running sftpgo on docker with an mysql database.
Each time I recreate the containers
docker compose up -d --force-recreate
, the app ask me for the initial configuration:With this docker compose, each time I recreate the docker, it keeps on asking for the initial administrator setup and all the configuration I've made disappeared.
Find below the docker compose file and the logs output from the container.
Steps to reproduce
docker compose up -d
docker compose up -d --force-recreate
Expected behavior
The application should keep the data and the configuration I've setup during the initial deployment.
SFTPGo version
v2.6.4-alpine
Data provider
mysql
Installation method
Community Docker image
Configuration
Relevant log output
What are you using SFTPGo for?
Professional user, 1 person business, Private user, home usecase (home backup/VPS)
Additional info
No response
The text was updated successfully, but these errors were encountered: