mirror of
https://codeberg.org/gigirassy/the-pit
synced 2026-08-30 15:19:55 +00:00
Add compose.yml
This commit is contained in:
+12
@@ -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
|
||||||
Reference in New Issue
Block a user