services: ssh-server: image: ssh-server build: . ports: - "22:22" volumes: - ../tui:/app/tui:ro cap_add: - SYS_CHROOT restart: unless-stopped