Some time ago, I created a container with Shlink from the default compose file in their docs. I didn’t do any changes to that compose file, and haven’t connected a volume. This wasn’t a problem for me at first, because I just used it for testing the software, no real data stored.
Now I’ve used it for some time, since it was running smoothly and created lots of short links (stored data). But since I want to move it to another instance, I need the data, which I don’t know where it is. I tried to connect to the container doesn’t work. I checked /var/lib/docker/volumes
and /var/lib/docker/containers/CONTAINER
to check if there is any data.
I already checked the Shlink docs to see if there is something but haven’t found anything useful. Can anyone tell me how I could get the data of that container?
I posted it here because I think it is a general docker question, because the same could be asked for other software.