diff --git a/easy-installer.py b/easy-installer.py index 8983da40..83535d7a 100644 --- a/easy-installer.py +++ b/easy-installer.py @@ -197,14 +197,14 @@ def setup_prod( [ which("docker"), "compose", - "--ssh", - "default=$HOME/.ssh/brothertonerpprod_ed25519", "-p", project, "-f", compose_file_name, "up", "-d", + "--ssh", + "default=$HOME/.ssh/brothertonerpprod_ed25519", ], check=True, )