From 7df57301112f215e33c34f806ec04236a25387fd Mon Sep 17 00:00:00 2001 From: xdFNLeaks <72074685+xdFNLeaks@users.noreply.github.com> Date: Sun, 14 Jan 2024 18:40:18 +1100 Subject: [PATCH] Update compose.yaml --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 5f8e2a3..00684c1 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,7 +4,7 @@ services: container_name: managebot privileged: true restart: unless-stopped - image: "ghcr.io/xdFNLeaks/managebot:latest" + image: "ghcr.io/xdfnleaks/managebot:main" volumes: - ./config:/usr/src/app/config - /var/run/docker.sock:/var/run/docker.sock