Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mysql 5 #6

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# You can change this to a newer version of MySQL available at
# https://hub.docker.com/r/mysql/mysql-server/tags/
FROM mysql/mysql-server:8.0.17
FROM mysql/mysql-server:5.7

# Add timezone data
RUN yum install -y tzdata && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# README
# MySQL on Render

This is a template repository for running [MySQL](https://www.mysql.com) on Render.

Expand Down
3 changes: 2 additions & 1 deletion render.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
services:
- type: pserv
name: mysql
name: mysql-5
plan: standard
branch: mysql-5
env: docker
disk:
name: mysql
Expand Down