10 lines
262 B
YAML
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
|