You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 3. [optional] (default: docker-compose.yml) docker compose file name
30
30
# 4. [optional] (default: .env) .env file name
31
31
# 5. [optional] (default: same location in arg. 1) .env file location
32
32
#
@@ -46,13 +46,13 @@ docker_compose_start()
46
46
47
47
[[ $LOCAL_DOCKER_COMPOSE_PATH==""||$LOCAL_DOCKER_COMPOSE_PATH== null ]] && echoerror "You must inform the required argument(s) to the function: '${FUNCNAME[0]}'"
48
48
49
-
[[ "$DEBUG"==true ]] &&echo"Starting docker composer service for '$LOCAL_DOCKER_COMPOSE_FULL_FILE_NAME' - [function: ${FUNCNAME[0]}]"
49
+
[[ "$DEBUG"==true ]] &&echo"Starting docker compose service for '$LOCAL_DOCKER_COMPOSE_FULL_FILE_NAME' - [function: ${FUNCNAME[0]}]"
0 commit comments