我的Dockerfile中有以下内容ENV SSL_PORT=443EXPOSE ${SSL_PORT}并在调用该映像的docker-compose.override.yml文件中执行以下操作: SSL_PORT: $SSL_PORT - "${SSL_PORT}:${SSL_PORT}"WARNING: The SSL_PORT variable is not set. Defaulting to a blank string.
ERROR: The Compose fi
sqlscripts command: /bin/bash entrypoint.shdavea$ docker-composeup -d
WARNING: The AZ_SQL_TP_SRVR variable is not set.我还需要做什么才能让我的docker-compose文件识别在我的shell中定义的env变量?
现在构建一个基于容器的web-app,面临以下问题: java.sql.SQLNonTransientConnectionException: Could not connect to address=(host=waterloo-db)(port=9003)(type=master) : Socket fail to connect to host:waterloo-db, port:9003. Connection refused (Connection ref
:/app - "9080:9080"$docker-composeup
StepTo rebuild this image you must use `docker-compose build` or `docker-composeup --build`.Recreating weatherui_weather-ui_1 ... done