From 3e5510969b73f4f546384098dd813d4a9201b09a Mon Sep 17 00:00:00 2001 From: Damir Ibragimov Date: Wed, 13 Sep 2023 20:30:17 +0000 Subject: [PATCH] Add new file --- docker-compose-example.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docker-compose-example.yaml diff --git a/docker-compose-example.yaml b/docker-compose-example.yaml new file mode 100644 index 0000000..bc3c1db --- /dev/null +++ b/docker-compose-example.yaml @@ -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