repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
b285183
parent
3af6c98
author
Antonio Mika
date
2025-03-24 23:02:01 -0400 EDT
Fix pipemgr command
1 files changed,  +1, -1
M docker-compose.yml
+1, -1
1@@ -20,7 +20,7 @@ services:
2       - all
3   pipemgr:
4     image: ghcr.io/picosh/pipemgr:latest
5-    command: /pipemgr -command "pub metric-drain -b=false"
6+    command: -command "pub metric-drain -b=false"
7     restart: always
8     volumes:
9       - /var/run/docker.sock:/var/run/docker.sock:ro