File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ services:
24
24
- ./volumes/mysql/init:/docker-entrypoint-initdb.d
25
25
- ./volumes/mysql/data:/var/lib/mysql
26
26
ports :
27
- - 127.0.0.1:3306:3306
27
+ - 127.0.0.1:${MAUTIC_EXPOSED_DB_PORT:- 3306} :3306
28
28
restart : unless-stopped
29
29
environment :
30
30
- TZ=${TZ:-CET}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ services:
24
24
- ./volumes/mysql/init:/docker-entrypoint-initdb.d
25
25
- ./volumes/mysql/data:/var/lib/mysql
26
26
ports :
27
- - 127.0.0.1:3306:3306
27
+ - 127.0.0.1:${MAUTIC_EXPOSED_DB_PORT:- 3306} :3306
28
28
restart : unless-stopped
29
29
environment :
30
30
- TZ=${TZ:-CET}
@@ -95,6 +95,6 @@ services:
95
95
depends_on :
96
96
- mautic_web
97
97
ports :
98
- - 127.0.0.1:80 :80
98
+ - 127.0.0.1:${MAUTIC_HTTP_PORT:-80} :80
99
99
networks :
100
100
- default
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ services:
25
25
- ./volumes/mysql/init:/docker-entrypoint-initdb.d
26
26
- ./volumes/mysql/data:/var/lib/mysql
27
27
ports :
28
- - 127.0.0.1:3306:3306
28
+ - 127.0.0.1:${MAUTIC_EXPOSED_DB_PORT:- 3306} :3306
29
29
environment :
30
30
- TZ=${TZ:-CET}
31
31
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD:-root}
You can’t perform that action at this time.
0 commit comments