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 370716b commit 2b876a0Copy full SHA for 2b876a0
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:32cdfd01c2996419a2ff4ced7234c06af60a63e714e182e3cc5966182b67034c
17
environment:
18
- MYSQL_ROOT_PASSWORD=otel_password
19
- MYSQL_DATABASE=db
example/stdout/docker-compose.yml
ports:
- 3306:3306
0 commit comments