.
All checks were successful
/ ssh-server (push) Successful in 25s

This commit is contained in:
2025-09-07 09:43:48 +00:00
parent ed5c86ffe6
commit 220ae4778a
8 changed files with 87 additions and 63 deletions

View File

@@ -33,6 +33,7 @@ podman container run -d --rm \
-p 2222:22 \
-p 5678:5678 \
-v ./app:/app \
-v ./local/home:/home \
-v ./local/config:/etc/app/config \
-v ./local/server-certs:/etc/ssh/certs \
${CONTAINER_TAG}