Added a Port change option to the yml file
This commit is contained in:
parent
840617da84
commit
6555d5452e
@ -1,14 +1,3 @@
|
||||
;[asterisk]
|
||||
;Description = MariaDB connection to Asterisk
|
||||
;Driver = MariaDB
|
||||
;Server = mat_mariadb
|
||||
;Database = asterisk_db
|
||||
;User = asterisk_user
|
||||
;Password = asterisk_pass
|
||||
;Port = 3306
|
||||
;Option = 3
|
||||
;${HOST_IP}
|
||||
|
||||
[asterisk]
|
||||
Description = MariaDB connection to Asterisk
|
||||
Driver = MariaDB
|
||||
@ -16,6 +5,6 @@ Driver = MariaDB
|
||||
Server = 127.0.0.1
|
||||
Database = asterisk_db
|
||||
User = asterisk_user
|
||||
Password = asterisk_pass
|
||||
Port = 3306
|
||||
Password = 12345
|
||||
Port = 3308
|
||||
Option = 3
|
||||
@ -21,7 +21,8 @@ services:
|
||||
MYSQL_ROOT_PASSWORD: rootpassword
|
||||
MYSQL_DATABASE: asterisk_db
|
||||
MYSQL_USER: asterisk_user
|
||||
MYSQL_PASSWORD: asterisk_pass
|
||||
MYSQL_PASSWORD: 12345
|
||||
MYSQL_TCP_PORT: 3308
|
||||
volumes:
|
||||
- ./mariadb_data:/var/lib/mysql # Persistent data
|
||||
network_mode: "host"
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -7,6 +7,7 @@
|
||||
11,4
|
||||
11,3
|
||||
10,3
|
||||
9,4
|
||||
9,3
|
||||
7,3
|
||||
5,3
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user