From 23f8ac2d95e9748bc96d02908d6a6b7b480b70d7 Mon Sep 17 00:00:00 2001 From: Evan Ugarte <36345325+evanugarte@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:28:57 -0700 Subject: [PATCH] change ssh key mount in print container --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index ef33ca44..a5e6b173 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,8 +8,8 @@ services: privileged: true restart: "no" volumes: - - ~/.ssh/id_ed25519.pub:/app/ssh_key.pub - - ~/.ssh/id_ed25519:/app/ssh_key + - ~/.ssh/id_ed25519-tunnel.pub:/app/ssh_key.pub + - ~/.ssh/id_ed25519-tunnel:/app/ssh_key - ~/.ssh/known_hosts:/app/known_hosts - "/etc/cups/ppd/:/etc/cups/ppd" tty: true