From 6e516f24029417b4d5668204173c1e27df0341ba Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Wed, 14 Feb 2024 00:03:09 +0700 Subject: [PATCH] Update compose.yaml --- compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yaml b/compose.yaml index 858029d..65b3b0e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -7,3 +7,4 @@ services: - "7130:7130" volumes: - /var/printfarm/printer1:/opt/printstack/data + command: ["/bin/bash", "-c", "/opt/printstack/entrypoint.sh"] \ No newline at end of file