Docker compose install not working

log
I’m pasting it here due to character limit docker-log - Pastebin.com
yeah

WARNING: The PWD variable is not set. Defaulting to a blank string.
WARNING: The CURRENT_UID variable is not set. Defaulting to a blank string.
WARNING: The CURRENT_GID variable is not set. Defaulting to a blank string.

this may be causing errors can you provide a solution to fix them as i couldn’t figureout what it means , by providing a trailing / with creates all services if not it dosen’t creates all services .
without trailing / it

WARNING: The PWD variable is not set. Defaulting to a blank string.
WARNING: The CURRENT_UID variable is not set. Defaulting to a blank string.
WARNING: The CURRENT_GID variable is not set. Defaulting to a blank string.
db_postgres is up-to-date
db_mongo is up-to-date
Recreating task_celery ...
imageproxy is up-to-date
db_elasticsearch is up-to-date
db_redis is up-to-date
node is up-to-date
Recreating newsblur_web ... error
Recreating task_celery  ... error
ERROR: for newsblur_web  Cannot create container for service newsblur_web: create .: volume name is too short, names should be at least two alphanumeric characters

ERROR: for task_celery  Cannot create container for service task_celery: create .: volume name is too short, names should be at least two alphanumeric characters

ERROR: for newsblur_web  Cannot create container for service newsblur_web: create .: volume name is too short, names should be at least two alphanumeric characters

ERROR: for task_celery  Cannot create container for service task_celery: create .: volume name is too short, names should be at least two alphanumeric characters
ERROR: Encountered errors while bringing up the project.