Add SSH_USER environment variable to configuration and update SSH command references in the script
This commit is contained in:
@@ -15,6 +15,7 @@ services:
|
||||
CONTAINER_NAME: "${CONTAINER_NAME:-paperless-ai}"
|
||||
OLLAMA_HOST: "${OLLAMA_HOST:-192.168.222.12}"
|
||||
OLLAMA_PORT: "${OLLAMA_PORT:-11434}"
|
||||
SSH_USER: "${SSH_USER:-user}"
|
||||
SINCE: "${SINCE:-0s}"
|
||||
WOL_MAC: "${WOL_MAC}"
|
||||
WOL_BCAST: "${WOL_BCAST:-192.168.222.255}" # optional
|
||||
|
||||
Reference in New Issue
Block a user