version: '3' services: ai4dev: image: ai4dev container_name: ai4dev build: . restart: always ports: - "8022:22" volumes: - ./data:/data