DEV Community

Discussion on: How to persist data with docker compose

 
darkmavis1980 profile image
Alessio Michelini

it could be either an init script in the docker-compose, or it could be something in your Dockerfile, or maybe one of the libraries you are using might do that on startup, it's hard to say unfortunately, but as far I know, it's not a normal behaviour

Thread Thread
 
wdburgdorf profile image
Ralf Longwitz

Thank you! I'll go check my files.