Files
totp-docker/docker-compose-example.yaml
2023-09-13 20:30:17 +00:00

10 lines
262 B
YAML

---
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