How to stop Dokploy Docker Compose (raw) from adding random string to my volume name?

I have a docker compose with this volume:
volumes:
test_data:
external: true
volumes:
test_data:
external: true
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
Siumauricio
Siumauricio3mo ago
I assume you are deploying a template
afunworm
afunwormOP3mo ago
I'm migrating my docker compose files over. This is not the provided templates.

Did you find this page helpful?