-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsettings.yml
69 lines (64 loc) · 1.1 KB
/
settings.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
#User defined
user:
MariaDB_version:
label:
MariaDB version
hint:
Select a MariaDB version from the list above
type:
select
values:
- 10.7
- 10.6
- 10.5
target:
MARIADB_VERSION
# install_PHPERROR:
# label:
# Install PHPERROR?
# type:
# select
# values:
# - On
# - Off
# hint:
# Check to On/Off display error
# target:
# DISPLAY_PHPERROR
# mysql_version:
# label:
# MySQL version
# hint:
# Select MySQL version
# type:
# select
# values:
# - "5.0"
# - "7.0"
# target:
# MYSQL_VERSION
# customize_server_root_path:
# label:
# Server root
# type:
# input
# values:
# /var/www
# hint:
# Server document root
# target:
# SERVER_ROOT
#System defaults
system:
# show_localpath_selector:
# true
#For collecting and storing DB in .env
#db/user/password
db_credentials:
true
#Generate public ports for the docker image
ports:
http:
PMA_PORT
others:
- MYSQL_PORT