Explorar o código

Update container name

jherve hai 1 mes
pai
achega
a1e32e39b6
Modificáronse 1 ficheiros con 1 adicións e 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"