mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-08-26 01:22:27 +02:00
Amp-Thread-ID: https://ampcode.com/threads/T-019c195d-0f3b-724a-946a-a3a93dd7d09b Co-authored-by: Amp <amp@ampcode.com>
15 lines
283 B
YAML
15 lines
283 B
YAML
services:
|
|
ssh-test:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: osmedeus-ssh-test
|
|
ports:
|
|
- "2222:22"
|
|
restart: unless-stopped
|
|
healthcheck:
|
|
test: ["CMD", "pgrep", "sshd"]
|
|
interval: 10s
|
|
timeout: 5s
|
|
retries: 3
|