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