mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-07-24 21:12:10 +00:00
switch travis distro to bionic
This commit is contained in:
@@ -9,13 +9,13 @@ networks:
|
||||
|
||||
services:
|
||||
mysql:
|
||||
image: mysql:5.6
|
||||
image: mysql:8
|
||||
environment:
|
||||
MYSQL_RANDOM_ROOT_PASSWORD: "yes"
|
||||
MYSQL_DATABASE: jambones
|
||||
MYSQL_USER: jambones
|
||||
MYSQL_PASSWORD: jambones
|
||||
command: --default-authentication-plugin=mysql_native_password
|
||||
command: --default-authentication-plugin=mysql_native_password
|
||||
ports:
|
||||
- "3406:3306/tcp"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user