From 1878defa477812781b78f00f5e389304217de698 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sun, 03 May 2026 12:45:19 +0000
Subject: [PATCH] Persist IPAM pool data
---
config.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/config.json b/config.json
index 683359c..c3a46d7 100644
--- a/config.json
+++ b/config.json
@@ -2,7 +2,7 @@
"description": "pyIPAM - IPAM driver in Python",
"documentation": "https://github.com/jacekkow/docker-plugin-pyipam",
"workdir": "/usr/src/app",
- "entrypoint": ["./run.py"],
+ "entrypoint": ["./venv/bin/python", "./run.py"],
"env": [
{
"name": "ENVIRONMENT",
--
Gitblit v1.10.0