mirror of
https://github.com/MizuchiLabs/mantrae.git
synced 2025-12-16 20:05:17 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user