Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Rancher
Commits
9a48af16
Commit
9a48af16
authored
5 years ago
by
Darren Shepherd
Browse files
Options
Download
Email Patches
Plain Diff
Lock mysql image to 5.6
parent
e0121e13
v1.6
Tags unavailable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/server/fig-test-env.yml
+2
-2
tests/server/fig-test-env.yml
with
2 additions
and
2 deletions
+2
-2
tests/server/fig-test-env.yml
+
2
-
2
View file @
9a48af16
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help