Skip to content

Commit 6ab96a1

Browse files
authored
Add PHPMyAdmin
1 parent 3a34049 commit 6ab96a1

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.env.sample

+10-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
NETWORK=webproxy
1010

1111
#
12-
# Database Container configuration
12+
# Database Container options
1313
# We recommend MySQL or MariaDB - please update docker-compose file if needed.
1414
#
1515
DB_VERSION=latest
@@ -28,7 +28,7 @@ MYSQL_USER=user_name
2828
MYSQL_PASSWORD=user_password
2929

3030
#
31-
# Wordpress Container configuration
31+
# Wordpress Container options
3232
#
3333
WP_VERSION=latest
3434

@@ -50,6 +50,14 @@ DOMAINS=domain.com,www.domain.com
5050
# Your email for Let's Encrypt register
5151
LETSENCRYPT_EMAIL=[email protected]
5252

53+
#
54+
# PHPMyAdmin options
55+
#
56+
PMA_VERSION=latest
57+
58+
# PHPMyAdmin Domain
59+
PMA_DOMAIN=pma.domain.com
60+
5361
#
5462
# Wordpress Backup
5563
#

0 commit comments

Comments
 (0)