Browse Source

added debug help

Toastie 4 years ago
parent
commit
e2ef46a62b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      restic/docker-compose.yml

+ 2 - 1
restic/docker-compose.yml

@@ -9,5 +9,6 @@ services:
       - ${BACKUP_SOURCE}:/mnt/source:ro 
       - ./data/restic:/root/restic:ro
     env_file: .env 
-    #entrypoint: /bin/sh
     entrypoint: /root/restic/entry.sh 
+    # For debugging, docker-compose run restic
+    #entrypoint: /bin/sh