We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75da43c commit 336fb30Copy full SHA for 336fb30
1 file changed
docker/up.sh
@@ -142,5 +142,5 @@ if [[ "${NO_VOLUMES}" = "false" ]]; then
142
fi
143
144
# Run docker compose cmd with overrides
145
-DOCKER_SCAN_SUGGEST=false API_PORT=${API_PORT} API_ADMIN_PORT=${API_ADMIN_PORT} WEB_PORT=${WEB_PORT} TAG=${TAG} \
146
- docker-compose --log-level ERROR $compose_files up $ARGS
+DOCKER_SCAN_SUGGEST="false" API_PORT=${API_PORT} API_ADMIN_PORT=${API_ADMIN_PORT} WEB_PORT=${WEB_PORT} TAG=${TAG} \
+ docker --log-level ERROR compose $compose_files up $ARGS
0 commit comments