From 66f0662a27a6bb8b88a5b9674da7e23ae5690131 Mon Sep 17 00:00:00 2001 From: kjuulh-parts Date: Mon, 3 Apr 2023 19:09:34 +0000 Subject: [PATCH] feat: with proper ssh --- .ssh/config | 3 --- docker-compose.yml | 4 +++- 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 .ssh/config diff --git a/.ssh/config b/.ssh/config deleted file mode 100644 index 41dff51..0000000 --- a/.ssh/config +++ /dev/null @@ -1,3 +0,0 @@ -Host * - StrictHostKeyChecking no - UserKnownHostsFile /dev/null diff --git a/docker-compose.yml b/docker-compose.yml index b91784c..91648ec 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,9 @@ version: '3' services: bitebuds: image: docker.io/kasperhermansen/bitebuds:1680548516 + environment: + - RUST_LOG=debug ports: - 10080:3000 volumes: - - ./.ssh:/root/ssh + - ./.ssh:/root/.ssh