mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
pin
This commit is contained in:
parent
0182c12750
commit
97671acff7
@ -2,7 +2,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
mysql:
|
||||
image: mysql
|
||||
image: mysql:5.6
|
||||
environment:
|
||||
MYSQL_RANDOM_ROOT_PASSWORD: 'yes'
|
||||
MYSQL_DATABASE: semaphore
|
||||
|
@ -4,7 +4,7 @@ version: '2'
|
||||
services:
|
||||
|
||||
mysql:
|
||||
image: mysql
|
||||
image: mysql:5.6
|
||||
hostname: mysql
|
||||
environment:
|
||||
MYSQL_RANDOM_ROOT_PASSWORD: 'yes'
|
||||
|
Loading…
Reference in New Issue
Block a user