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 615658c commit 98d3eefCopy full SHA for 98d3eef
examples/docker-compose.yml
@@ -13,6 +13,7 @@ services:
13
ports:
14
- "5436:5432"
15
mysql:
16
+ platform: linux/x86_64
17
image: "mysql:8"
18
volumes:
19
- ./init-scripts/mysql:/docker-entrypoint-initdb.d/
0 commit comments