Migrate to podman

This commit is contained in:
2026-01-29 15:48:11 +04:00
parent 5b2b227601
commit e548189596
31 changed files with 63 additions and 126 deletions

View File

@@ -2,7 +2,7 @@ services:
autossh:
build: .
container_name: autossh
restart: unless-stopped
restart: always
ports:
- "${SSH_TUNNEL_TO:?}:${SSH_TUNNEL_TO:?}"