dengzhhu653 commented on PR #4948: URL: https://github.com/apache/hive/pull/4948#issuecomment-1891278848
> @dengzhhu653, looks like POSTGRES_LOCAL_PATH is not optional, so you can't simply do `docker compose down` > > ``` > docker compose down > > WARN[0000] The "POSTGRES_LOCAL_PATH" variable is not set. Defaulting to a blank string. > invalid mount config for type "bind": field Source must not be empty > ``` @deniskuzZ, I move `POSTGRES_LOCAL_PATH` as an env variable, user can set it according to their environment. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
