From 405e77009d164f0e580972b29338e46c2500ab53 Mon Sep 17 00:00:00 2001 From: Aleks-Daniel Jakimenko-Aleksejev Date: Mon, 6 Nov 2023 03:33:19 +0200 Subject: [PATCH] Slap debug: on bots that keep rejoining MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is just to debug the problem… hopefully this will give me some clues. --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 8b63c04..2bd78f2 100644 --- a/compose.yaml +++ b/compose.yaml @@ -3,7 +3,7 @@ version: "3.7" services: buildable: image: postmodern.alexdaniel.org/whateverable:latest - command: ake start:buildable + command: ake debug:buildable volumes: - /home/whateverable/data/rakudo-moar:/srv/data/rakudo-moar - /home/whateverable/data/moarvm:/srv/data/moarvm