Explorar el Código

Update container name

jherve hace 1 mes
padre
commit
a1e32e39b6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      start.py

+ 1 - 1
start.py

@@ -45,7 +45,7 @@ def main():
     hostname = socket.gethostname()
     data_sources = read_data_sources(hostname, login)
     secret_sources = read_secret_sources(hostname, login)
-    container_name = "borgmatic"
+    container_name = f"borgmatic_{login}"
     ssh_auth_sock = os.getenv("SSH_AUTH_SOCK")
 
     data_path = Path.cwd() / "data"