Add new file
This commit is contained in:
9
docker-compose-example.yaml
Normal file
9
docker-compose-example.yaml
Normal 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
|
||||
Reference in New Issue
Block a user