Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ignore data folders for containers
/services/
/volumes/
/volumes/*
/backups/
/.tmp/*
__pycache__
Expand Down
2 changes: 2 additions & 0 deletions menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ function do_project_checks() {
[ -f .project_outofdate ] && rm .project_outofdate
echo "Project is up to date" >&2
fi
# volumes shouldn't be owned by root, change it to the current user
[[ $(id -u) != "0" ]] && sudo chown $(id -u):$(id -g) volumes
}

function do_env_checks() {
Expand Down
Empty file added volumes/.gitkeep
Empty file.