add use-system-ca command

This commit is contained in:
2026-03-09 18:48:50 +01:00
parent 44139d2d35
commit c08c38c463
+1 -1
View File
@@ -3,7 +3,7 @@ services:
image: fnsys/dockhand:latest
container_name: dockhand
restart: unless-stopped
command: ["node", "--use-system-ca", "dist/main.js"]
#command: ["node", "--use-system-ca", "dist/main.js"]
ports:
- 3080:3000
volumes: