Commit 9a48af16 authored by Darren Shepherd's avatar Darren Shepherd
Browse files

Lock mysql image to 5.6

parent e0121e13
v1.6 Tags unavailable
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -5,7 +5,7 @@ h2dbcattle:
environment:
CATTLE_DB_CATTLE_DATABASE: h2
mysqllink:
image: mysql:latest
image: mysql:5.6
environment:
MYSQL_ROOT_PASSWORD: password
MYSQL_USER: cattle
......@@ -22,7 +22,7 @@ localmysqlcattle:
ports:
- "8082:8080"
mysqlmanual:
image: mysql:latest
image: mysql:5.6
ports:
- "13306:3306"
environment:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment