Skip to content

Commit

Permalink
Merge pull request #543 from twhiston/upstream_sql_pin
Browse files Browse the repository at this point in the history
pin sql versions in all docker compose files
  • Loading branch information
twhiston committed May 22, 2018
2 parents 0182c12 + 97671ac commit 9da6231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/docker/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'

services:
mysql:
image: mysql
image: mysql:5.6
environment:
MYSQL_RANDOM_ROOT_PASSWORD: 'yes'
MYSQL_DATABASE: semaphore
Expand Down
2 changes: 1 addition & 1 deletion deployment/docker/prod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: '2'
services:

mysql:
image: mysql
image: mysql:5.6
hostname: mysql
environment:
MYSQL_RANDOM_ROOT_PASSWORD: 'yes'
Expand Down

0 comments on commit 9da6231

Please sign in to comment.