Skip to content

Instantly share code, notes, and snippets.

@ashmore11
Last active January 20, 2021 10:28
Show Gist options
  • Save ashmore11/702cbad4f150267ff73b493ed4976ffa to your computer and use it in GitHub Desktop.
Save ashmore11/702cbad4f150267ff73b493ed4976ffa to your computer and use it in GitHub Desktop.
Next Strapi Cloud Run mySQL
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