DokployD
Dokploy12mo ago
2 replies
afunworm

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

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?
Was this page helpful?