Last active
January 20, 2021 10:28
-
-
Save ashmore11/702cbad4f150267ff73b493ed4976ffa to your computer and use it in GitHub Desktop.
Next Strapi Cloud Run mySQL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3.7" | |
services: | |
next-strapi-cloud-run-mysql: | |
image: mysql:5.7 | |
container_name: next-strapi-cloud-run-mysql | |
environment: | |
MYSQL_ROOT_PASSWORD: password | |
MYSQL_DATABASE: cms | |
ports: | |
- "3308:3306" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment