Commit b8ec0300d4e8a6ae935ccda1a160ca647cec456f
1 parent
46ffc06e4e
Exists in
master
and in
2 other branches
[FIX] make use of $PERSISTENT_COMPOSE_FILE
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
dotfiles/bash_aliases.sh
| ... | ... | @@ -23,7 +23,7 @@ alias dres="sudo python /home/gj/.config/tools/docker-volume-backup/backup.py re |
| 23 | 23 | |
| 24 | 24 | COMPOSE_USE_FILE="" |
| 25 | 25 | if [ -n "$PERSISTENT_COMPOSE_FILE" ]; then |
| 26 | - COMPOSE_ADD_FILE=" -f $PERSISTENT_COMPOSE_FILE" | |
| 26 | + COMPOSE_USE_FILE=" -f $PERSISTENT_COMPOSE_FILE" | |
| 27 | 27 | fi |
| 28 | 28 | |
| 29 | 29 | alias dco="sudo docker-compose$COMPOSE_USE_FILE" |