@@ -10,15 +10,16 @@ PostfixAdmin is a web based interface used to manage mailboxes, virtual domains
10
10
11
11
- Lightweight & secure image (no root process)
12
12
- Based on Alpine Linux
13
- - Latest Postfixadmin version (3.1 )
13
+ - Latest Postfixadmin version (3.2 )
14
14
- MariaDB/PostgreSQL driver
15
15
- With PHP7
16
16
17
17
### Built-time variables
18
18
19
- - ** VERSION** : version of postfixadmin (default: ** 3.1 ** )
19
+ - ** VERSION** : version of postfixadmin
20
20
- ** GPG_SHORTID** : short gpg key ID
21
21
- ** GPG_FINGERPRINT** : fingerprint of signing key
22
+ - ** SHA256_HASH** : SHA256 hash of Postfixadmin archive
22
23
23
24
### Ports
24
25
@@ -30,9 +31,9 @@ PostfixAdmin is a web based interface used to manage mailboxes, virtual domains
30
31
| -------- | ----------- | ---- | ------------- |
31
32
| ** UID** | postfixadmin user id | * optional* | 991
32
33
| ** GID** | postfixadmin group id | * optional* | 991
33
- | ** DBDRIVER** | Database type: mysql, pgsql | optional | mysql
34
+ | ** DBDRIVER** | Database type: mysql, pgsql | * optional* | mysql
34
35
| ** DBHOST** | Database instance ip/hostname | * optional* | mariadb
35
- | ** DBPORT** | Database instance port ** DOES NOT WORK ON MYSQL FOR NOW ** | optional | 3306
36
+ | ** DBPORT** | Database instance port | * optional* | 3306
36
37
| ** DBUSER** | Database database username | * optional* | postfix
37
38
| ** DBNAME** | Database database name | * optional* | postfix
38
39
| ** DBPASS** | Database database password or location of a file containing it | ** required** | null
0 commit comments