DEV Community

Discussion on: How to persist data with docker compose

Collapse
 
wdburgdorf profile image
Ralf Longwitz

Thanks, Alessio. So I assume this is not normal behviour? If there is such a process, how could I find out?

Thread Thread
 
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.