Replies: 1 comment 2 replies
-
lack of .env file? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I get this one after executing docker compose up in power shell:
time="2025-01-31T01:59:47+01:00" level=warning msg="The "MYSQL_LOCAL_PORT" variable is not set. Defaulting to a blank string."
time="2025-01-31T01:59:47+01:00" level=warning msg="The "MYSQL_DOCKER_PORT" variable is not set. Defaulting to a blank string."
time="2025-01-31T01:59:47+01:00" level=warning msg="The "MYSQL_ROOT_PASSWORD" variable is not set. Defaulting to a blank string."
time="2025-01-31T01:59:47+01:00" level=warning msg="The "MYSQL_DATABASE" variable is not set. Defaulting to a blank string."
time="2025-01-31T01:59:47+01:00" level=warning msg="The "ADMINER_DESIGN" variable is not set. Defaulting to a blank string."
time="2025-01-31T01:59:47+01:00" level=warning msg="The "ADMINER_LOCAL_PORT" variable is not set. Defaulting to a blank string."
time="2025-01-31T01:59:47+01:00" level=warning msg="The "ADMINER_DOCKER_PORT" variable is not set. Defaulting to a blank string."
time="2025-01-31T01:59:47+01:00" level=warning msg="The "APP_DOCKER_PORT" variable is not set. Defaulting to a blank string."
time="2025-01-31T01:59:47+01:00" level=warning msg="The "NGINX_DOCKER_PORT" variable is not set. Defaulting to a blank string."
time="2025-01-31T01:59:47+01:00" level=warning msg="The "NGINX_WWW_ROOT" variable is not set. Defaulting to a blank string."
time="2025-01-31T01:59:47+01:00" level=warning msg="The "NGINX_WWW_ROOT" variable is not set. Defaulting to a blank string."
time="2025-01-31T01:59:47+01:00" level=warning msg="The "NGINX_WWW_ROOT" variable is not set. Defaulting to a blank string."
time="2025-01-31T01:59:47+01:00" level=warning msg="The "NGINX_WWW_ROOT" variable is not set. Defaulting to a blank string."
time="2025-01-31T01:59:47+01:00" level=warning msg="The "NGINX_WWW_ROOT" variable is not set. Defaulting to a blank string."
time="2025-01-31T01:59:47+01:00" level=warning msg="The "NGINX_WWW_ROOT" variable is not set. Defaulting to a blank string."
time="2025-01-31T01:59:47+01:00" level=warning msg="The "NGINX_LOCAL_PORT" variable is not set. Defaulting to a blank string."
time="2025-01-31T01:59:47+01:00" level=warning msg="The "NGINX_DOCKER_PORT" variable is not set. Defaulting to a blank string."
time="2025-01-31T01:59:47+01:00" level=warning msg="The "APP_LOCAL_PORT" variable is not set. Defaulting to a blank string."
time="2025-01-31T01:59:47+01:00" level=warning msg="The "APP_DOCKER_PORT" variable is not set. Defaulting to a blank string."
time="2025-01-31T01:59:47+01:00" level=warning msg="The "MYSQL_USER" variable is not set. Defaulting to a blank string."
time="2025-01-31T01:59:47+01:00" level=warning msg="The "MYSQL_ROOT_PASSWORD" variable is not set. Defaulting to a blank string."
time="2025-01-31T01:59:47+01:00" level=warning msg="The "MYSQL_DATABASE" variable is not set. Defaulting to a blank string."
time="2025-01-31T01:59:47+01:00" level=warning msg="The "MYSQL_DOCKER_PORT" variable is not set. Defaulting to a blank string."
time="2025-01-31T01:59:47+01:00" level=warning msg="The "APP_DOCKER_PORT" variable is not set. Defaulting to a blank string."
time="2025-01-31T01:59:47+01:00" level=warning msg="The "NGINX_LOCAL_PORT" variable is not set. Defaulting to a blank string."
invalid spec: storage:: empty section between colons
Can anyone help please?
Beta Was this translation helpful? Give feedback.
All reactions