fix name for docker compose

When doing docker compose up it raises an error that the two containers can't have the same name
This commit is contained in:
Jonas Frey
2025-05-01 17:21:31 +02:00
committed by GitHub
parent 5a8d45417d
commit 6caf0b9943

View File

@@ -21,7 +21,7 @@ services:
mantrae-agent:
image: ghcr.io/mizuchilabs/mantrae-agent:latest
container_name: mantrae
container_name: mantrae-agent
volumes:
- /var/run/docker.sock:/var/run/docker.sock # needed if running as container
- ./agent:/data # persistent data directory for the token