How to stop Dokploy Docker Compose (raw) from adding random string to my volume name?
I have a docker compose with this volume:
However, when I build and deploy and inspect the container, the volume name becomes:
test_data-project-name-gibberish
. Even in the Preview Docker Compose, the name of the volume is changed.
What should I do to make Dokploy respect the volume in my raw Docker Compose?2 Replies
I assume you are deploying a template
I'm migrating my docker compose files over. This is not the provided templates.