From 706f5bad3fd2967052747911dc426d720e29eea3 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Sat, 28 Dec 2024 22:09:51 -0800 Subject: [PATCH] run auth with debug --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 667caad..95d33ca 100644 --- a/compose.yaml +++ b/compose.yaml @@ -93,7 +93,7 @@ services: authrpc: image: registry.itzana.me/strafesnet/auth-service:master container_name: authrpc - command: ["serve", "rpc"] + command: ["--debug", "serve", "rpc"] environment: - REDIS_ADDR=authredis:6379 env_file: