Update paths in configuration files to use /var/lib/containers instead of /home/reudy/containers
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
parent
5c67fecd2d
commit
57776ab029
3 changed files with 7 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
BASE_DIR="${PANEL_BASE_DIR:-/home/reudy/containers}"
|
||||
BASE_DIR="${PANEL_BASE_DIR:-/var/lib/containers}"
|
||||
STACKS_DIR="${BASE_DIR}/stacks"
|
||||
VOLUMES_DIR="${BASE_DIR}/volumes"
|
||||
ROUTES_DIR="${BASE_DIR}/routes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue