--- version: "3.9" services: totp-docker: image: registry.ghostklart.com/dtibragimov/totp-docker container_name: totp-docker volumes: - ./totp-docker/config/totp-config.json:/root/.totp-config.json restart: always