Add new file

This commit is contained in:
2023-09-13 20:30:17 +00:00
parent 84135a57c3
commit 3e5510969b

View File

@@ -0,0 +1,9 @@
---
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