From d668dc935aa991315b7a27d351ca38e50e72e17a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Wed, 29 Jul 2026 15:35:34 +0200 Subject: [PATCH] signaling container fixed command arg --- .../nextcloud_full_deployment/deploy_nc_talk_hpb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/linux/ubuntu-server/nextcloud_full_deployment/deploy_nc_talk_hpb.yml b/playbooks/linux/ubuntu-server/nextcloud_full_deployment/deploy_nc_talk_hpb.yml index 8bb3f40..03c8a0e 100644 --- a/playbooks/linux/ubuntu-server/nextcloud_full_deployment/deploy_nc_talk_hpb.yml +++ b/playbooks/linux/ubuntu-server/nextcloud_full_deployment/deploy_nc_talk_hpb.yml @@ -254,7 +254,7 @@ network_mode: host volumes: - {{ nc_talk_hpb_install_dir }}/config/server.conf:/config/server.conf:ro - command: ["-config", "/config/server.conf"] + command: ["--config", "/config/server.conf"] restart: unless-stopped notify: Restart HPB stack