From 22c0fdce7620216e09f7c87e43c8f8dcfd545669 Mon Sep 17 00:00:00 2001 From: gigirassy Date: Fri, 19 Jun 2026 22:58:48 +0200 Subject: [PATCH] Add compose.yml --- compose.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 compose.yml diff --git a/compose.yml b/compose.yml new file mode 100644 index 0000000..b05435f --- /dev/null +++ b/compose.yml @@ -0,0 +1,12 @@ +# --- NOTE!!!!!!! +# For rootless containers, you may need to tweak with settings to allow it to bind to what would normally be the SSH port. +services: + the-pit: + # have you read above? + ports: + - 22:22 + image: codeberg.org/gigirassy/the-pit:latest + cap_drop: + - ALL + security_opt: + - no-new-privileges:true \ No newline at end of file