From 4b1590107baf0cd12b0fada0a15a4d74e25e3470 Mon Sep 17 00:00:00 2001 From: Wheelz Date: Fri, 5 Jun 2026 11:49:09 -0500 Subject: [PATCH] adding volume variables --- proxcenter.env.example | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/proxcenter.env.example b/proxcenter.env.example index 136806f..e798ad8 100644 --- a/proxcenter.env.example +++ b/proxcenter.env.example @@ -52,3 +52,11 @@ POSTGRES_DB=proxcenter # DATABASE_URL is built automatically from the variables above. # Override only if pointing the frontend at an external Postgres instance: # DATABASE_URL=postgresql://proxcenter:password@external-host:5432/proxcenter?schema=public + +# ======================================== +# Docker Volumes (required) +# ======================================== +#use this instead of creating Docker Volumes +#One is for configs nd one is for data +DockerData=/mnt/DockerStorage/data +DockerConfig=/mnt/DockerStorage/config \ No newline at end of file