We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96409b commit 2b71c34Copy full SHA for 2b71c34
example/otel-collector/docker-compose.yaml
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
services:
15
mysql:
16
- image: mysql:8.4@sha256:0f775a92980b41c87c58f934a204de80431dd4d854057160ec1cb936663eabe9
+ image: mysql:8.4@sha256:ca48cb49cefd64b6fd062c38719061922c2f79332669d9b86f91480b982778ae
17
environment:
18
- MYSQL_ROOT_PASSWORD=otel_password
19
- MYSQL_DATABASE=db
example/stdout/docker-compose.yml
ports:
- 3306:3306
0 commit comments