Browse Source

changed/fixed image name

root 7 months ago
parent
commit
42d8e43f0b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docker-compose.yml
  2. 1 1
      new-secret.sh

+ 1 - 1
docker-compose.yml

@@ -1,6 +1,6 @@
 services:
   totp-auth:
-    image: toastie89/totp 
+    image: toastie89/totp-auth 
     container_name: totp-auth
     build: build/
 

+ 1 - 1
new-secret.sh

@@ -1,3 +1,3 @@
 #!/bin/bash
 
-docker run -it --rm -v $PWD:/mnt/ toastie/totp new-secret.py
+docker run -it --rm -v $PWD:/mnt/secret toastie89/totp-auth new-secret.py