Fix one more usage of docker-compose to the new docker compose

This commit is contained in:
Seth For Privacy 2022-09-19 09:18:24 -04:00
parent f1f801796f
commit 60db26adee
No known key found for this signature in database
GPG key ID: 6B9791C6214D1E57

View file

@ -132,7 +132,7 @@ compose() {
# Docker Compose does not support multiple env files
# --env-file "${env_file}" \
docker-compose \
docker compose \
--env-file "${ROOT_FOLDER}/app-data/${app}/app.env" \
--project-name "${app}" \
--file "${app_compose_file}" \