version: '3.8' services: sqlite3: container_name: sqlite3 image: nouchka/sqlite3:latest stdin_open: true tty: true volumes: - ./data:/root/db ports: - '9000:9000' restart: unless-stopped